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 |