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

Unified Diff: third_party/WebCore/Modules/websockets/WebSocket.idl

Issue 10825350: Roll IDL to multivm@762 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « third_party/WebCore/Modules/webaudio/WaveShaperNode.idl ('k') | third_party/WebCore/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/Modules/websockets/WebSocket.idl
diff --git a/third_party/WebCore/Modules/websockets/WebSocket.idl b/third_party/WebCore/Modules/websockets/WebSocket.idl
index b3bb1cf66b15d693226f901da5ca144d5e2fd78a..e6126fc71671dbd648b45d63a0c7042bdc436fe2 100644
--- a/third_party/WebCore/Modules/websockets/WebSocket.idl
+++ b/third_party/WebCore/Modules/websockets/WebSocket.idl
@@ -69,6 +69,7 @@ module websockets {
// booleans, null, undefined and objects except ArrayBuffer and Blob). Current code
// generator does not handle this rule correctly.
// boolean send(in ArrayBuffer data) raises(DOMException);
+ // boolean send(in ArrayBufferView data) raises(DOMException);
// boolean send(in Blob data) raises(DOMException);
// boolean send(in DOMString data) raises(DOMException);
[Custom] boolean send(in DOMString data) raises(DOMException);
« no previous file with comments | « third_party/WebCore/Modules/webaudio/WaveShaperNode.idl ('k') | third_party/WebCore/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698