Index: Source/bindings/v8/V8AdaptorFunction.cpp |
diff --git a/Source/bindings/v8/V8AdaptorFunction.cpp b/Source/bindings/v8/V8AdaptorFunction.cpp |
index 82bf9970afc8d5825e32cda777f0a67af9ff5a08..ec5cc4145084ef0677e0f8a27f092c50a58781ad 100644 |
--- a/Source/bindings/v8/V8AdaptorFunction.cpp |
+++ b/Source/bindings/v8/V8AdaptorFunction.cpp |
@@ -34,8 +34,6 @@ |
#include "bindings/v8/V8PerIsolateData.h" |
#include "wtf/Vector.h" |
-#if ENABLE(CUSTOM_ELEMENTS) |
- |
namespace WebCore { |
WrapperTypeInfo V8AdaptorFunction::info = { V8AdaptorFunction::getTemplate, 0, 0, 0, 0, 0, 0, WrapperTypeObjectPrototype }; |
@@ -86,5 +84,3 @@ v8::Handle<v8::Function> V8AdaptorFunction::wrap(v8::Handle<v8::Object> object, |
} |
} // namespace WebCore |
- |
-#endif // ENABLE(CUSTOM_ELEMENTS) |