| Index: third_party/WebKit/Source/core/dom/MessagePort.h
|
| diff --git a/third_party/WebKit/Source/core/dom/MessagePort.h b/third_party/WebKit/Source/core/dom/MessagePort.h
|
| index 9a3e38a266eb7a437326ee3dd9ae4b44181b4c55..9944dbae0adef5bd2c6c1db14037461bef7dd8e0 100644
|
| --- a/third_party/WebKit/Source/core/dom/MessagePort.h
|
| +++ b/third_party/WebKit/Source/core/dom/MessagePort.h
|
| @@ -66,7 +66,7 @@ class CORE_EXPORT MessagePort : public EventTargetWithInlineData,
|
| PassRefPtr<SerializedScriptValue> message,
|
| const MessagePortArray&,
|
| ExceptionState&);
|
| - static bool canTransferArrayBuffer() { return false; }
|
| + static bool canTransferArrayBuffersAndImageBitmaps() { return false; }
|
|
|
| void start();
|
| void close();
|
|
|