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 |