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 cd7305b3fde5fe5dc41a7af37162ccb8eff0398c..3b5492ced014cea759618d221add98ca0a028f9f 100644 |
--- a/Source/bindings/tests/results/core/V8TestSpecialOperations.h |
+++ b/Source/bindings/tests/results/core/V8TestSpecialOperations.h |
@@ -21,7 +21,7 @@ class V8TestSpecialOperations { |
public: |
static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); |
static v8::Handle<v8::Object> findInstanceInPrototypeChain(v8::Handle<v8::Value>, v8::Isolate*); |
- static v8::Handle<v8::FunctionTemplate> domTemplate(v8::Isolate*); |
+ static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*); |
static TestSpecialOperations* toImpl(v8::Handle<v8::Object> object) |
{ |
return blink::toScriptWrappable(object)->toImpl<TestSpecialOperations>(); |