| Index: third_party/WebKit/Source/core/dom/ScriptRunner.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ScriptRunner.h b/third_party/WebKit/Source/core/dom/ScriptRunner.h
|
| index 6bf7b83b62b46e1ee4fd5afcf59798795a17d7d7..0429bae21edb3cdd8ea6a47b873edfe2088a1008 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptRunner.h
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptRunner.h
|
| @@ -99,6 +99,7 @@ private:
|
| #endif
|
|
|
| #if !ENABLE(OILPAN)
|
| + bool m_isDisposed;
|
| WeakPtrFactory<ScriptRunner> m_weakPointerFactoryForTasks;
|
| #endif
|
| };
|
|
|