Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: third_party/WebKit/Source/core/dom/ScriptRunner.h

Issue 1887573002: Remove ENABLE(OILPAN) from ScriptRunner and PendingScript. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « third_party/WebKit/Source/core/dom/PendingScript.cpp ('k') | third_party/WebKit/Source/core/dom/ScriptRunner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698