Index: Source/bindings/core/v8/CustomElementBinding.h |
diff --git a/Source/bindings/core/v8/CustomElementBinding.h b/Source/bindings/core/v8/CustomElementBinding.h |
index 406ab3a512a1d86ba5a1ea2c70ce222260952d2e..319a67661641a9677eee7c28155c846b6b9fdd56 100644 |
--- a/Source/bindings/core/v8/CustomElementBinding.h |
+++ b/Source/bindings/core/v8/CustomElementBinding.h |
@@ -39,11 +39,11 @@ namespace blink { |
class CustomElementBinding { |
public: |
- static PassOwnPtr<CustomElementBinding> create(v8::Isolate*, v8::Handle<v8::Object> prototype); |
+ static PassOwnPtr<CustomElementBinding> create(v8::Isolate*, v8::Local<v8::Object> prototype); |
~CustomElementBinding(); |
private: |
- CustomElementBinding(v8::Isolate*, v8::Handle<v8::Object> prototype); |
+ CustomElementBinding(v8::Isolate*, v8::Local<v8::Object> prototype); |
ScopedPersistent<v8::Object> m_prototype; |
}; |