| 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,
|
|
|