| Index: Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h b/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h
|
| index 7ec907674ffc893d92448d7f02dcdf6561e105d6..1c42ae1752c9e33e955e10d4d1c0cd851d54977a 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h
|
| @@ -19,14 +19,14 @@ namespace blink {
|
|
|
| class V8TestInterfaceCheckSecurity {
|
| 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 TestInterfaceCheckSecurity* toImpl(v8::Handle<v8::Object> object)
|
| + static TestInterfaceCheckSecurity* toImpl(v8::Local<v8::Object> object)
|
| {
|
| return blink::toScriptWrappable(object)->toImpl<TestInterfaceCheckSecurity>();
|
| }
|
| - static TestInterfaceCheckSecurity* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
|
| + static TestInterfaceCheckSecurity* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| static const WrapperTypeInfo wrapperTypeInfo;
|
| static void refObject(ScriptWrappable*);
|
| static void derefObject(ScriptWrappable*);
|
|
|