| Index: third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h b/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
|
| index c3d560af4c9ea207f330b55c230ae529463281fa..188113fa0131133e6c0e0c239b1a7bb6d2f03e14 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
|
| @@ -144,6 +144,8 @@ class CORE_EXPORT SerializedScriptValue
|
| Transferables&,
|
| ExceptionState&);
|
|
|
| + static ArrayBufferArray ExtractNonSharedArrayBuffers(Transferables&);
|
| +
|
| // Helper function which pulls ArrayBufferContents out of an ArrayBufferArray
|
| // and neuters the ArrayBufferArray. Returns nullptr if there is an
|
| // exception.
|
|
|