| Index: Source/bindings/v8/V8DOMWrapper.h
 | 
| diff --git a/Source/bindings/v8/V8DOMWrapper.h b/Source/bindings/v8/V8DOMWrapper.h
 | 
| index 18441a9e12fec2dee989249ca3841ec536ada101..1c6072b54f117e7afdc8b78486c7d9d4a69f08f8 100644
 | 
| --- a/Source/bindings/v8/V8DOMWrapper.h
 | 
| +++ b/Source/bindings/v8/V8DOMWrapper.h
 | 
| @@ -63,12 +63,10 @@ namespace WebCore {
 | 
|          static bool isDOMWrapper(v8::Handle<v8::Value>);
 | 
|          static bool isWrapperOfType(v8::Handle<v8::Value>, WrapperTypeInfo*);
 | 
|  
 | 
| -#if ENABLE(CUSTOM_ELEMENTS)
 | 
|          // Used for V8WrapAsFunction, which is used only by CUSTOM_ELEMENTS
 | 
|          static v8::Handle<v8::Function> toFunction(v8::Handle<v8::Value>);
 | 
|          static v8::Handle<v8::Function> toFunction(v8::Handle<v8::Object>, const AtomicString& name, v8::Isolate*);
 | 
|          static v8::Handle<v8::Object> fromFunction(v8::Handle<v8::Object>);
 | 
| -#endif // ENABLE(CUSTOM_ELEMENTS)
 | 
|      };
 | 
|  
 | 
|      inline void V8DOMWrapper::setNativeInfo(v8::Handle<v8::Object> wrapper, WrapperTypeInfo* type, void* object)
 | 
| 
 |