| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClient.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClient.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClient.h
|
| index d4f99e38793ae02f3dc28acda16435a90a9db584..1da5eba720970d4fb8a295e24fa8449d82516a03 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClient.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClient.h
|
| @@ -43,7 +43,7 @@ class MODULES_EXPORT ServiceWorkerClient
|
| const MessagePortArray&,
|
| ExceptionState&);
|
|
|
| - static bool canTransferArrayBuffer() { return false; }
|
| + static bool canTransferArrayBuffersAndImageBitmaps() { return false; }
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE() {}
|
|
|
|
|