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

Unified Diff: Source/core/dom/CustomElementConstructor.h

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/core/dom/CustomElementConstructor.h
diff --git a/Source/core/dom/CustomElementConstructor.h b/Source/core/dom/CustomElementConstructor.h
index 9acccd7d7e5db8b182e202662e08dc9b43bdd5ce..48383777f7975c25456b4e818a91a9742d4352a4 100644
--- a/Source/core/dom/CustomElementConstructor.h
+++ b/Source/core/dom/CustomElementConstructor.h
@@ -31,7 +31,6 @@
#ifndef CustomElementConstructor_h
#define CustomElementConstructor_h
-#if ENABLE(CUSTOM_ELEMENTS)
#include "ContextDestructionObserver.h"
#include "Document.h"
@@ -74,6 +73,5 @@ private:
}
-#endif // ENABLE(CUSTOM_ELEMENTS)
#endif // CustomElementConstructor_h

Powered by Google App Engine
This is Rietveld 408576698