Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 5f827b2b0a678f7d91adbd063e3ce3dcb86a5b84..099d0b4ced6e40cba4968c445fcce48675b64565 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -654,7 +654,7 @@ private: |
bool isJavaScriptURLAttribute(const Attribute&) const; |
- v8::Handle<v8::Object> wrapCustomElement(v8::Isolate*, v8::Handle<v8::Object> creationContext); |
+ v8::Local<v8::Object> wrapCustomElement(v8::Isolate*, v8::Local<v8::Object> creationContext); |
RefPtrWillBeMember<ElementData> m_elementData; |
}; |