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