| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
 | 
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
 | 
| index 372cc9fa17294b319ad26d7d4ba011cbcd57d7a7..f9f6f8be1fba1fcd98d5b526f16114a14c2beef0 100644
 | 
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
 | 
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
 | 
| @@ -65,6 +65,7 @@ class MODULES_EXPORT ServiceWorker final : public AbstractWorker,
 | 
|                     PassRefPtr<SerializedScriptValue> message,
 | 
|                     const MessagePortArray&,
 | 
|                     ExceptionState&);
 | 
| +  static bool canTransferArrayBuffer() { return false; }
 | 
|  
 | 
|    String scriptURL() const;
 | 
|    String state() const;
 | 
| 
 |