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 cc916b38e959cbde0632d1ae4cf36b9b6db2c9ca..a553e515202ed58c8336ec8601e8c73079b18b92 100644 |
--- a/third_party/WebKit/Source/core/dom/ScriptRunner.h |
+++ b/third_party/WebKit/Source/core/dom/ScriptRunner.h |
@@ -98,6 +98,7 @@ private: |
#endif |
#if !ENABLE(OILPAN) |
+ bool m_isDisposed; |
WeakPtrFactory<ScriptRunner> m_weakPointerFactoryForTasks; |
#endif |
}; |