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

Unified Diff: Source/WebKit/chromium/src/WebKit.cpp

Issue 14083009: Remove ENABLE_CUSTOM_ELEMENTS compile time flag (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removing flag from features.gypi 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
Index: Source/WebKit/chromium/src/WebKit.cpp
diff --git a/Source/WebKit/chromium/src/WebKit.cpp b/Source/WebKit/chromium/src/WebKit.cpp
index b94ca20f6590d457e7162f4820a3c6de22e84690..eea9c89285288ef337e066458a56ad0497ebcb22 100644
--- a/Source/WebKit/chromium/src/WebKit.cpp
+++ b/Source/WebKit/chromium/src/WebKit.cpp
@@ -77,9 +77,7 @@ public:
virtual void willProcessTask() { }
virtual void didProcessTask()
{
-#if ENABLE(CUSTOM_ELEMENTS)
WebCore::CustomElementRegistry::deliverAllLifecycleCallbacks();
-#endif
WebCore::MutationObserver::deliverAllMutations();
}
};

Powered by Google App Engine
This is Rietveld 408576698