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

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

Issue 11098032: Roll IDL to multivm@937 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « third_party/WebCore/Modules/webaudio/AudioBufferSourceNode.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 e6126fc71671dbd648b45d63a0c7042bdc436fe2..5e2ab1018a4a50b6ce828051b8095db7e52df09d 100644
--- a/third_party/WebCore/Modules/websockets/WebSocket.idl
+++ b/third_party/WebCore/Modules/websockets/WebSocket.idl
@@ -60,8 +60,7 @@ module websockets {
readonly attribute [TreatReturnedNullStringAs=Undefined] DOMString protocol;
readonly attribute [TreatReturnedNullStringAs=Undefined] DOMString extensions;
- attribute [TreatReturnedNullStringAs=Undefined] DOMString binaryType
- setter raises(DOMException);
+ attribute DOMString binaryType;
// FIXME: Use overloading provided by our IDL code generator.
// According to Web IDL specification, overloaded function with DOMString argument
« no previous file with comments | « third_party/WebCore/Modules/webaudio/AudioBufferSourceNode.idl ('k') | third_party/WebCore/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698