| Index: third_party/WebKit/Source/core/page/EventSource.idl
|
| diff --git a/third_party/WebKit/Source/core/page/EventSource.idl b/third_party/WebKit/Source/core/page/EventSource.idl
|
| index 4329e91b7ecca7f03ca777b7a299b18dd50d6c50..fc77eaa6d66d5c21d2c5935406262a90bb15a9cb 100644
|
| --- a/third_party/WebKit/Source/core/page/EventSource.idl
|
| +++ b/third_party/WebKit/Source/core/page/EventSource.idl
|
| @@ -37,7 +37,6 @@
|
| Constructor(DOMString url, optional EventSourceInit eventSourceInitDict),
|
| ConstructorCallWith=ExecutionContext,
|
| Exposed=(Window,Worker),
|
| - GarbageCollected,
|
| RaisesException=Constructor,
|
| ] interface EventSource : EventTarget {
|
| readonly attribute DOMString url;
|
|
|