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

Unified Diff: Source/bindings/v8/CustomElementHelpers.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/bindings/v8/CustomElementHelpers.h
diff --git a/Source/bindings/v8/CustomElementHelpers.h b/Source/bindings/v8/CustomElementHelpers.h
index 112c154474c9cac5e8e5f74ac568873bb4f08944..bb5c2f25b985a3b0fdc74041204cae960ccb32ed 100644
--- a/Source/bindings/v8/CustomElementHelpers.h
+++ b/Source/bindings/v8/CustomElementHelpers.h
@@ -45,7 +45,6 @@
namespace WebCore {
-#if ENABLE(CUSTOM_ELEMENTS)
class CustomElementConstructor;
class CustomElementInvocation;
@@ -100,7 +99,6 @@ inline bool CustomElementHelpers::isValidPrototypeParameter(const ScriptValue& v
return isValidPrototypeParameter(value, state, namespaceURI);
}
-#endif // ENABLE(CUSTOM_ELEMENTS)
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698