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

Unified Diff: Source/core/frame/Navigator.idl

Issue 1101263003: Oilpan: have Navigator and its supplements be on the heap by default. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased 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/frame/Navigator.cpp ('k') | Source/core/frame/Screen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/frame/Navigator.cpp ('k') | Source/core/frame/Screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698