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

Unified Diff: Source/core/page/EventSource.idl

Issue 653263006: Remove redundant [WillBeGarbageCollected] uses on derived EventTargets. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « Source/core/loader/appcache/ApplicationCache.idl ('k') | Source/core/timing/Performance.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/EventSource.idl
diff --git a/Source/core/page/EventSource.idl b/Source/core/page/EventSource.idl
index d96ca6d278b9a778738f21876cc46edf029093b4..dcdc61f26676f7eeeec6cbf05e7d092e8078662e 100644
--- a/Source/core/page/EventSource.idl
+++ b/Source/core/page/EventSource.idl
@@ -30,7 +30,6 @@
*/
[
- WillBeGarbageCollected,
ActiveDOMObject,
Constructor(DOMString url, optional EventSourceInit eventSourceInit),
ConstructorCallWith=ExecutionContext,
« no previous file with comments | « Source/core/loader/appcache/ApplicationCache.idl ('k') | Source/core/timing/Performance.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698