| Index: Source/core/events/EventTarget.idl
|
| diff --git a/Source/core/events/EventTarget.idl b/Source/core/events/EventTarget.idl
|
| index 26ceb1b3573d9b4a877efb3c43d6c352d636f3fc..69a4bc18d7b6e8986ae9c3dbe76371cd5ae3ba73 100644
|
| --- a/Source/core/events/EventTarget.idl
|
| +++ b/Source/core/events/EventTarget.idl
|
| @@ -20,6 +20,7 @@
|
|
|
| [
|
| Custom=ToV8,
|
| + WillBeGarbageCollected,
|
| ] interface EventTarget {
|
| // FIXME: first 2 args should be required, but throwing TypeError breaks
|
| // legacy content. http://crbug.com/353484
|
|
|