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

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

Issue 10837033: Roll IDL to multivm@733 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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/AudioBuffer.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 92835ae435b55879239bf3c41c39728303f2de71..b3bb1cf66b15d693226f901da5ca144d5e2fd78a 100644
--- a/third_party/WebCore/Modules/websockets/WebSocket.idl
+++ b/third_party/WebCore/Modules/websockets/WebSocket.idl
@@ -73,8 +73,7 @@ module websockets {
// boolean send(in DOMString data) raises(DOMException);
[Custom] boolean send(in DOMString data) raises(DOMException);
- // FIXME: Implement and apply [Clamp] attribute instead of [Custom].
- [Custom] void close(in [Optional] unsigned short code, in [Optional] DOMString reason) raises(DOMException);
+ void close(in [Clamp, Optional] unsigned short code, in [Optional] DOMString reason) raises(DOMException);
// EventTarget interface
void addEventListener(in DOMString type,
« no previous file with comments | « third_party/WebCore/Modules/webaudio/AudioBuffer.idl ('k') | third_party/WebCore/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698