Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h

Issue 2414333003: WebMessaging: Send transferable ArrayBuffers by copy-and-neuter semantics (Closed)
Patch Set: fix tests Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698