Index: Source/bindings/tests/results/core/V8DataView.h |
diff --git a/Source/bindings/tests/results/core/V8DataView.h b/Source/bindings/tests/results/core/V8DataView.h |
index da8c145d30cf6ecafdba188c5fa64527962114f7..be08b4cb84aae02c34d804650fb86f0530300a96 100644 |
--- a/Source/bindings/tests/results/core/V8DataView.h |
+++ b/Source/bindings/tests/results/core/V8DataView.h |
@@ -30,8 +30,8 @@ public: |
{ |
} |
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 |