| Index: Source/bindings/tests/results/core/V8TestNode.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestNode.h b/Source/bindings/tests/results/core/V8TestNode.h
|
| index 17a2d6180d4643be685d1e31a5e4dc70635726c1..bb4fd3fe5d92f007e9e5a21a5bee622c8c866c89 100644
|
| --- a/Source/bindings/tests/results/core/V8TestNode.h
|
| +++ b/Source/bindings/tests/results/core/V8TestNode.h
|
| @@ -22,7 +22,7 @@ class V8TestNode {
|
| 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 TestNode* toImpl(v8::Handle<v8::Object> object)
|
| {
|
| return blink::toScriptWrappable(object)->toImpl<TestNode>();
|
|
|