| Index: Source/bindings/tests/results/core/V8ArrayBuffer.h
|
| diff --git a/Source/bindings/tests/results/core/V8ArrayBuffer.h b/Source/bindings/tests/results/core/V8ArrayBuffer.h
|
| index 375ae6d8f63fe8129ac1018a77e69ba272ecf7c2..03109b80187ce4251e85a3337a500b8ba1400fc6 100644
|
| --- a/Source/bindings/tests/results/core/V8ArrayBuffer.h
|
| +++ b/Source/bindings/tests/results/core/V8ArrayBuffer.h
|
| @@ -19,9 +19,9 @@ namespace blink {
|
|
|
| class V8ArrayBuffer {
|
| public:
|
| - static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*);
|
| - static TestArrayBuffer* toImpl(v8::Handle<v8::Object> object);
|
| - static TestArrayBuffer* toImplWithTypeCheck(v8::Isolate*, v8::Handle<v8::Value>);
|
| + static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*);
|
| + static TestArrayBuffer* toImpl(v8::Local<v8::Object> object);
|
| + static TestArrayBuffer* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| static const WrapperTypeInfo wrapperTypeInfo;
|
| static void refObject(ScriptWrappable*);
|
| static void derefObject(ScriptWrappable*);
|
|
|