Index: Source/core/frame/Navigator.idl |
diff --git a/Source/core/frame/Navigator.idl b/Source/core/frame/Navigator.idl |
index 2d900d64980c6efff3a39ee33ecb2b6cb5cbfdb3..b6e566a6a028592b05b37b88e8b6941b6fec3201 100644 |
--- a/Source/core/frame/Navigator.idl |
+++ b/Source/core/frame/Navigator.idl |
@@ -20,7 +20,7 @@ |
// http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#navigator |
[ |
- WillBeGarbageCollected, |
+ GarbageCollected, |
] interface Navigator { |
readonly attribute boolean cookieEnabled; // FIXME: move to NavigatorStorageUtils |