| Index: Source/bindings/v8/CustomElementHelpers.cpp
 | 
| diff --git a/Source/bindings/v8/CustomElementHelpers.cpp b/Source/bindings/v8/CustomElementHelpers.cpp
 | 
| index 663ef274688723d9f1025e614a2f3d23302fc82e..d92a9f0983a0fcce3396121f195304c649852563 100644
 | 
| --- a/Source/bindings/v8/CustomElementHelpers.cpp
 | 
| +++ b/Source/bindings/v8/CustomElementHelpers.cpp
 | 
| @@ -42,8 +42,6 @@
 | 
|  
 | 
|  namespace WebCore {
 | 
|  
 | 
| -#if ENABLE(CUSTOM_ELEMENTS)
 | 
| -
 | 
|  v8::Handle<v8::Object> CustomElementHelpers::createWrapper(PassRefPtr<Element> impl, v8::Handle<v8::Object> creationContext, PassRefPtr<CustomElementConstructor> constructor, v8::Isolate* isolate)
 | 
|  {
 | 
|      ASSERT(impl);
 | 
| @@ -233,6 +231,4 @@ void CustomElementHelpers::invokeReadyCallbacksIfNeeded(ScriptExecutionContext*
 | 
|      }
 | 
|  }
 | 
|  
 | 
| -#endif // ENABLE(CUSTOM_ELEMENTS)
 | 
| -
 | 
|  } // namespace WebCore
 | 
| 
 |