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

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

Issue 1179733009: Always enable Oilpan for EventSource. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: msvc compile fix Created 5 years, 6 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/page/EventSource.cpp ('k') | Source/modules/fetch/Body.cpp » ('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 97400c316fd7647eaf953650f8e82fa8d1ba7c5c..6e1512c486a3391a56432671bf4810eeddbc6e8d 100644
--- a/Source/core/page/EventSource.idl
+++ b/Source/core/page/EventSource.idl
@@ -36,6 +36,7 @@
Constructor(DOMString url, optional EventSourceInit eventSourceInit),
ConstructorCallWith=ExecutionContext,
Exposed=(Window,Worker),
+ GarbageCollected,
RaisesException=Constructor,
] interface EventSource : EventTarget {
readonly attribute DOMString url;
« no previous file with comments | « Source/core/page/EventSource.cpp ('k') | Source/modules/fetch/Body.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698