Index: Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h b/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h |
index a6f98483b88255501564ccdcded62d4e5d0b1a11..6a267d20f8afe9f8086a863bb69afe4fa46550f1 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h |
@@ -34,8 +34,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 |