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

Unified Diff: Source/core/dom/URL.idl

Issue 1092073007: Oilpan: have URL object on the heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « Source/core/dom/DOMURL.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/URL.idl
diff --git a/Source/core/dom/URL.idl b/Source/core/dom/URL.idl
index 4f0cfb8a9d1036729a6bd9085f410acfbe1af45f..a2602659bae380c868bee85deeb009f9299ba715 100644
--- a/Source/core/dom/URL.idl
+++ b/Source/core/dom/URL.idl
@@ -33,7 +33,7 @@
Exposed=(Window,Worker),
ImplementedAs=DOMURL,
RaisesException=Constructor,
- WillBeGarbageCollected,
+ GarbageCollected,
] interface URL {
// FIXME: should be in separate URLBlob.idl partial interface definition
// http://dev.w3.org/2006/webapi/FileAPI/#URL-object
« no previous file with comments | « Source/core/dom/DOMURL.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698