Index: Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
index 9362f15233da901620874e53bf449e5e037ea86d..875e16f740c02db79bc3e6f752a38ea199a8d82b 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
@@ -41,8 +41,8 @@ public: |
} |
static ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object>); |
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 |