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

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

Issue 1414553002: Fix out-of-memory crashes related to ArrayBuffer allocation Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and applied senorblanco+haraken feedbac 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/PushEvent.idl
diff --git a/third_party/WebKit/Source/modules/push_messaging/PushEvent.idl b/third_party/WebKit/Source/modules/push_messaging/PushEvent.idl
index aa6d11692bf0d5b4ab8e4874b2019729ed927336..00742d80ae514d685448e80e401bc2197652fdf5 100644
--- a/third_party/WebKit/Source/modules/push_messaging/PushEvent.idl
+++ b/third_party/WebKit/Source/modules/push_messaging/PushEvent.idl
@@ -8,6 +8,7 @@
Constructor(DOMString type, optional PushEventInit eventInitDict),
Exposed=ServiceWorker,
RuntimeEnabled=PushMessaging,
+ RaisesException=Constructor,
] interface PushEvent : ExtendableEvent {
[RuntimeEnabled=PushMessagingData] readonly attribute PushMessageData data;
};

Powered by Google App Engine
This is Rietveld 408576698