Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(442)

Unified Diff: third_party/WebKit/Source/core/events/EventTarget.idl

Issue 1873323002: Have bindings layer assume and insist that all interface types are GCed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/events/EventTarget.idl
diff --git a/third_party/WebKit/Source/core/events/EventTarget.idl b/third_party/WebKit/Source/core/events/EventTarget.idl
index 7543ea35bd6120acfbbb80a0377c9950d1a08afb..8ce8b279b0b43ac841b5c8cbd38cefbbb0f2a413 100644
--- a/third_party/WebKit/Source/core/events/EventTarget.idl
+++ b/third_party/WebKit/Source/core/events/EventTarget.idl
@@ -22,7 +22,6 @@
[
CheckSecurity=Receiver,
- GarbageCollected,
Exposed=(Window,Worker)
] interface EventTarget {
[Custom] void addEventListener(DOMString type, EventListener? listener, optional (EventListenerOptions or boolean) options);
« no previous file with comments | « third_party/WebKit/Source/core/events/EventListener.idl ('k') | third_party/WebKit/Source/core/fileapi/Blob.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698