| Index: content/renderer/render_thread_impl.cc
|
| diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
|
| index a3fc63d23cd82fe99f88189a885d2efa8861a637..97797569ebd83d70e05d009debd8f7d6a1e595f3 100644
|
| --- a/content/renderer/render_thread_impl.cc
|
| +++ b/content/renderer/render_thread_impl.cc
|
| @@ -353,6 +353,7 @@ void RenderThreadImpl::Init() {
|
| idle_notifications_to_skip_ = 0;
|
| should_send_focus_ipcs_ = true;
|
| short_circuit_size_updates_ = false;
|
| + skip_error_pages_ = false;
|
|
|
| appcache_dispatcher_.reset(new AppCacheDispatcher(Get()));
|
| dom_storage_dispatcher_.reset(new DomStorageDispatcher());
|
|
|