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

Unified Diff: third_party/WebKit/Source/modules/push_messaging/PushMessageData.idl

Issue 1414553002: Fix out-of-memory crashes related to ArrayBuffer allocation Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/push_messaging/PushMessageData.idl
diff --git a/third_party/WebKit/Source/modules/push_messaging/PushMessageData.idl b/third_party/WebKit/Source/modules/push_messaging/PushMessageData.idl
index 9af96dbb32f13dcc0bf30389489fd104df617bba..a527522325c618450756a0314415f884bdd4e84d 100644
--- a/third_party/WebKit/Source/modules/push_messaging/PushMessageData.idl
+++ b/third_party/WebKit/Source/modules/push_messaging/PushMessageData.idl
@@ -11,7 +11,7 @@ typedef object JSON;
GarbageCollected,
RuntimeEnabled=PushMessagingData,
] interface PushMessageData {
- ArrayBuffer arrayBuffer();
+ [RaisesException] ArrayBuffer arrayBuffer();
Blob blob();
[CallWith=ScriptState, RaisesException] JSON json();
USVString text();

Powered by Google App Engine
This is Rietveld 408576698