| 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 5e9912170e55abf8e4ba4211b57c22f283bf4ced..5adb52bfb90b5960237e82101dc61c6d9df142e0 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
|
| @@ -128,6 +128,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.
|
|
|