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

Unified Diff: Source/bindings/v8/V8RecursionScope.cpp

Issue 14083009: Remove ENABLE_CUSTOM_ELEMENTS compile time flag (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebasing. Created 7 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
« no previous file with comments | « Source/bindings/v8/V8DOMWrapper.cpp ('k') | Source/core/dom/CustomElementConstructor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/V8RecursionScope.cpp
diff --git a/Source/bindings/v8/V8RecursionScope.cpp b/Source/bindings/v8/V8RecursionScope.cpp
index 7f73b91e51d686e6cbf3522be1811b1b6f4da3df..12cb3b5d854ef62d9aa1098eb7b6610b56325da0 100644
--- a/Source/bindings/v8/V8RecursionScope.cpp
+++ b/Source/bindings/v8/V8RecursionScope.cpp
@@ -47,9 +47,7 @@ void V8RecursionScope::didLeaveScriptContext()
if (m_isDocumentContext) {
MutationObserver::deliverAllMutations();
-#if ENABLE(CUSTOM_ELEMENTS)
CustomElementRegistry::deliverAllLifecycleCallbacks();
-#endif
}
}
« no previous file with comments | « Source/bindings/v8/V8DOMWrapper.cpp ('k') | Source/core/dom/CustomElementConstructor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698