Index: third_party/WebKit/Source/core/dom/PendingScript.cpp |
diff --git a/third_party/WebKit/Source/core/dom/PendingScript.cpp b/third_party/WebKit/Source/core/dom/PendingScript.cpp |
index 6c8c7da453cf48e3aa06189a5779c08db95f7554..58e04a51d879f37a31b6f6960e96aa442436d936 100644 |
--- a/third_party/WebKit/Source/core/dom/PendingScript.cpp |
+++ b/third_party/WebKit/Source/core/dom/PendingScript.cpp |
@@ -47,9 +47,7 @@ PendingScript::PendingScript(Element* element, ScriptResource* resource) |
, m_client(nullptr) |
{ |
setScriptResource(resource); |
-#if ENABLE(OILPAN) |
ThreadState::current()->registerPreFinalizer(this); |
-#endif |
} |
PendingScript::~PendingScript() |