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

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

Issue 204063002: Oilpan: add transition types to Navigator and its supplements. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adjust use of 'virtual' Created 6 years, 9 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/modules/battery/BatteryManager.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 546e3e0f809afefcadd57732c097393e03158aaa..08122695ff4a7eb56973a1c3a77f70336a9b7b59 100644
--- a/Source/core/frame/Navigator.idl
+++ b/Source/core/frame/Navigator.idl
@@ -17,7 +17,9 @@
Boston, MA 02110-1301, USA.
*/
-interface Navigator {
+[
+ WillBeGarbageCollected,
+] interface Navigator {
readonly attribute DOMString language;
readonly attribute PluginArray plugins;
readonly attribute MimeTypeArray mimeTypes;
« no previous file with comments | « Source/core/frame/Navigator.cpp ('k') | Source/modules/battery/BatteryManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698