Index: Source/bindings/tests/results/core/V8TestInterfaceEmpty.h |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceEmpty.h b/Source/bindings/tests/results/core/V8TestInterfaceEmpty.h |
index ca2e92bcfa916bfd0b189b735d460053c914c2c4..1aa00f051fa0b0e8ee53237cde1c6b9d48a84843 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceEmpty.h |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceEmpty.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 |