| Index: Source/bindings/tests/results/core/V8TestInterfaceDocument.h | 
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceDocument.h b/Source/bindings/tests/results/core/V8TestInterfaceDocument.h | 
| index 5d4dd0091cf69930ec56bea5f6315f8301068bb6..5107430074914cc9af0fdbb7fb52f13f9efa29db 100644 | 
| --- a/Source/bindings/tests/results/core/V8TestInterfaceDocument.h | 
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceDocument.h | 
| @@ -20,14 +20,14 @@ namespace blink { | 
|  | 
| class V8TestInterfaceDocument { | 
| public: | 
| -    static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); | 
| -    static v8::Handle<v8::Object> findInstanceInPrototypeChain(v8::Handle<v8::Value>, v8::Isolate*); | 
| +    static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*); | 
| +    static v8::Local<v8::Object> findInstanceInPrototypeChain(v8::Local<v8::Value>, v8::Isolate*); | 
| static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*); | 
| -    static TestInterfaceDocument* toImpl(v8::Handle<v8::Object> object) | 
| +    static TestInterfaceDocument* toImpl(v8::Local<v8::Object> object) | 
| { | 
| return blink::toScriptWrappable(object)->toImpl<TestInterfaceDocument>(); | 
| } | 
| -    static TestInterfaceDocument* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>); | 
| +    static TestInterfaceDocument* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>); | 
| static const WrapperTypeInfo wrapperTypeInfo; | 
| static void refObject(ScriptWrappable*); | 
| static void derefObject(ScriptWrappable*); | 
|  |