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 06fcda0c11c61b04a93b28ca89c2424564c65b67..f5480eab02aa6e1e5a514a9fb1ee8cf964f0fa6e 100644 |
--- a/third_party/WebKit/Source/core/events/Event.idl |
+++ b/third_party/WebKit/Source/core/events/Event.idl |
@@ -23,7 +23,6 @@ |
[ |
Constructor(DOMString type, optional EventInit eventInitDict), |
Exposed=(Window,Worker), |
- GarbageCollected, |
] interface Event { |
readonly attribute DOMString type; |
readonly attribute EventTarget? target; |