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 f1eaabc9ad1d19854c1a78e6612a876f1d478c57..8a999b6e6e120a2c510cf7d9a9846005555628a4 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 @@ private: |
bool readImageData(v8::Local<v8::Value>*); |
bool readImageBitmap(v8::Local<v8::Value>*); |
bool readCompositorProxy(v8::Local<v8::Value>*); |
- PassRefPtr<DOMArrayBuffer> doReadArrayBuffer(); |
+ DOMArrayBuffer* doReadArrayBuffer(); |
bool readArrayBuffer(v8::Local<v8::Value>*); |
bool readArrayBufferView(v8::Local<v8::Value>*, ScriptValueCompositeCreator&); |
bool readRegExp(v8::Local<v8::Value>*); |