| Index: Source/bindings/v8/V8AdaptorFunction.h
|
| diff --git a/Source/bindings/v8/V8AdaptorFunction.h b/Source/bindings/v8/V8AdaptorFunction.h
|
| index 7836eb4c65b943341fc2a34c7ad3eee4d9fbe560..3e67095255a0d749a9da3f34c2abc9010defbcad 100644
|
| --- a/Source/bindings/v8/V8AdaptorFunction.h
|
| +++ b/Source/bindings/v8/V8AdaptorFunction.h
|
| @@ -36,7 +36,6 @@
|
| #include "WrapperTypeInfo.h"
|
| #include <wtf/PassRefPtr.h>
|
|
|
| -#if ENABLE(CUSTOM_ELEMENTS)
|
|
|
| namespace WebCore {
|
|
|
| @@ -78,5 +77,4 @@ inline v8::Handle<v8::Function> V8AdaptorFunction::get(v8::Handle<v8::Object> ob
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(CUSTOM_ELEMENTS)
|
| #endif // V8AdaptorFunction_h
|
|
|