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

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

Issue 1853743005: Oilpan: Remove WillBe types (part 13) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 b17db3f6d626bb48f82fe7683f81c66501e536ea..7543ea35bd6120acfbbb80a0377c9950d1a08afb 100644
--- a/third_party/WebKit/Source/core/events/EventTarget.idl
+++ b/third_party/WebKit/Source/core/events/EventTarget.idl
@@ -22,7 +22,7 @@
[
CheckSecurity=Receiver,
- WillBeGarbageCollected,
+ GarbageCollected,
Exposed=(Window,Worker)
] interface EventTarget {
[Custom] void addEventListener(DOMString type, EventListener? listener, optional (EventListenerOptions or boolean) options);

Powered by Google App Engine
This is Rietveld 408576698