| Index: third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h
|
| index 42150e752836597170752ba6d5e91b451fb99a24..590e113eedb18f3e5f8489cc40e13e99f53577bf 100644
|
| --- a/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h
|
| +++ b/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h
|
| @@ -65,7 +65,7 @@ class CORE_EXPORT DedicatedWorkerGlobalScope final : public WorkerGlobalScope {
|
| const MessagePortArray&,
|
| ExceptionState&);
|
|
|
| - static bool canTransferArrayBuffer() { return true; }
|
| + static bool canTransferArrayBuffersAndImageBitmaps() { return true; }
|
|
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(message);
|
|
|
|
|