| Index: third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.h b/third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.h
|
| index 8a999b6e6e120a2c510cf7d9a9846005555628a4..f1eaabc9ad1d19854c1a78e6612a876f1d478c57 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.h
|
| @@ -539,7 +539,7 @@
|
| bool readImageData(v8::Local<v8::Value>*);
|
| bool readImageBitmap(v8::Local<v8::Value>*);
|
| bool readCompositorProxy(v8::Local<v8::Value>*);
|
| - DOMArrayBuffer* doReadArrayBuffer();
|
| + PassRefPtr<DOMArrayBuffer> doReadArrayBuffer();
|
| bool readArrayBuffer(v8::Local<v8::Value>*);
|
| bool readArrayBufferView(v8::Local<v8::Value>*, ScriptValueCompositeCreator&);
|
| bool readRegExp(v8::Local<v8::Value>*);
|
|
|