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

Unified Diff: modules/mediastream/RTCDataChannel.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 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
« no previous file with comments | « modules/mediastream/RTCDTMFToneChangeEvent.idl ('k') | modules/mediastream/RTCErrorCallback.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/mediastream/RTCDataChannel.idl
diff --git a/modules/mediastream/RTCDataChannel.idl b/modules/mediastream/RTCDataChannel.idl
index f826fb1696ec7d9c91028ed8e3e3eda95a182da6..4a69b5addef5d0c9db35b1ab8d48475d99bdae3b 100644
--- a/modules/mediastream/RTCDataChannel.idl
+++ b/modules/mediastream/RTCDataChannel.idl
@@ -40,7 +40,7 @@
readonly attribute DOMString readyState;
readonly attribute unsigned long bufferedAmount;
- [SetterRaisesException] attribute DOMString binaryType;
+ [RaisesException=Setter] attribute DOMString binaryType;
[RaisesException] void send(ArrayBuffer data);
[RaisesException] void send(ArrayBufferView data);
« no previous file with comments | « modules/mediastream/RTCDTMFToneChangeEvent.idl ('k') | modules/mediastream/RTCErrorCallback.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698