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 234330b5eaacf5b43000e53f2f88773fe2b44d53..fb0bfd8c979b6ba235786a7d586c2e6d87dc1e9b 100644 |
--- a/third_party/WebKit/Source/core/dom/ScriptRunner.h |
+++ b/third_party/WebKit/Source/core/dom/ScriptRunner.h |
@@ -47,9 +47,6 @@ public: |
return new ScriptRunner(document); |
} |
~ScriptRunner(); |
-#if !ENABLE(OILPAN) |
- void dispose(); |
-#endif |
enum ExecutionType { ASYNC_EXECUTION, IN_ORDER_EXECUTION }; |
void queueScriptForExecution(ScriptLoader*, ExecutionType); |
@@ -95,11 +92,6 @@ private: |
#ifndef NDEBUG |
bool m_hasEverBeenSuspended; |
#endif |
- |
-#if !ENABLE(OILPAN) |
- bool m_isDisposed; |
- WeakPtrFactory<ScriptRunner> m_weakPointerFactoryForTasks; |
-#endif |
}; |
} // namespace blink |