| Index: third_party/WebKit/Source/core/events/Event.idl
|
| diff --git a/third_party/WebKit/Source/core/events/Event.idl b/third_party/WebKit/Source/core/events/Event.idl
|
| index f04cb53c5724b50488f5b54b9b2390b55d5b1cdc..06fcda0c11c61b04a93b28ca89c2424564c65b67 100644
|
| --- a/third_party/WebKit/Source/core/events/Event.idl
|
| +++ b/third_party/WebKit/Source/core/events/Event.idl
|
| @@ -23,7 +23,7 @@
|
| [
|
| Constructor(DOMString type, optional EventInit eventInitDict),
|
| Exposed=(Window,Worker),
|
| - WillBeGarbageCollected,
|
| + GarbageCollected,
|
| ] interface Event {
|
| readonly attribute DOMString type;
|
| readonly attribute EventTarget? target;
|
|
|