Index: Source/bindings/tests/results/core/V8TestSpecialOperations.h |
diff --git a/Source/bindings/tests/results/core/V8TestSpecialOperations.h b/Source/bindings/tests/results/core/V8TestSpecialOperations.h |
index 86634ee55ee4d4122977ed568652c9a3560649a5..cd7305b3fde5fe5dc41a7af37162ccb8eff0398c 100644 |
--- a/Source/bindings/tests/results/core/V8TestSpecialOperations.h |
+++ b/Source/bindings/tests/results/core/V8TestSpecialOperations.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 |