Index: Source/bindings/tests/results/core/V8TestInterfaceDocument.h |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceDocument.h b/Source/bindings/tests/results/core/V8TestInterfaceDocument.h |
index 5133ede526903c2d5abcd2a2999bce2d6f8970e5..960e9ba27dad23ff0007561fed0a107cc2803990 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceDocument.h |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceDocument.h |
@@ -38,8 +38,8 @@ public: |
#endif |
} |
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0; |
- static void installConditionallyEnabledProperties(v8::Handle<v8::Object>, v8::Isolate*) { } |
- static void installConditionallyEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { } |
+ static void installConditionallyEnabledProperties(v8::Local<v8::Object>, v8::Isolate*) { } |
+ static void installConditionallyEnabledMethods(v8::Local<v8::Object>, v8::Isolate*) { } |
}; |
} // namespace blink |