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(); |