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

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: 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/scripts/CodeGeneratorV8.pm ('k') | Source/bindings/v8/CustomElementHelpers.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/CustomElementHelpers.h
diff --git a/Source/bindings/v8/CustomElementHelpers.h b/Source/bindings/v8/CustomElementHelpers.h
index f01cc6905e575612dbe62b8bfce464325e415a4e..556af82782f9afad00b61ea3bd1524dfa4e6b750 100644
--- a/Source/bindings/v8/CustomElementHelpers.h
+++ b/Source/bindings/v8/CustomElementHelpers.h
@@ -45,8 +45,6 @@
namespace WebCore {
-#if ENABLE(CUSTOM_ELEMENTS)
-
class CustomElementConstructor;
class CustomElementInvocation;
class Element;
@@ -100,8 +98,6 @@ inline bool CustomElementHelpers::isValidPrototypeParameter(const ScriptValue& v
return isValidPrototypeParameter(value, state, namespaceURI);
}
-#endif // ENABLE(CUSTOM_ELEMENTS)
-
} // namespace WebCore
#endif // CustomElementHelpers_h
« no previous file with comments | « Source/bindings/scripts/CodeGeneratorV8.pm ('k') | Source/bindings/v8/CustomElementHelpers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698