Index: Source/bindings/v8/CustomElementHelpers.cpp |
diff --git a/Source/bindings/v8/CustomElementHelpers.cpp b/Source/bindings/v8/CustomElementHelpers.cpp |
index b369fb271b890009b104727207c670ed3f79c04e..3f3b68a518c31ccd020f4a50f31e9698ea13c1d3 100644 |
--- a/Source/bindings/v8/CustomElementHelpers.cpp |
+++ b/Source/bindings/v8/CustomElementHelpers.cpp |
@@ -69,7 +69,7 @@ v8::Handle<v8::Object> CustomElementHelpers::createWrapper(PassRefPtr<Element> i |
wrapper->SetPrototype(customElementBinding->prototype()); |
- V8DOMWrapper::associateObjectWithWrapper(impl, customElementBinding->wrapperType(), wrapper, isolate, WrapperConfiguration::Dependent); |
+ V8DOMWrapper::associateObjectWithWrapper<V8Element>(impl, customElementBinding->wrapperType(), wrapper, isolate, WrapperConfiguration::Dependent); |
return wrapper; |
} |