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

Unified Diff: Source/core/frame/Screen.h

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.idl ('k') | Source/modules/battery/NavigatorBattery.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Screen.h
diff --git a/Source/core/frame/Screen.h b/Source/core/frame/Screen.h
index a86867e22deaa39cf17b6b74fcb3732fe6e13bec..cd7c03e9beb910607a7dcb125ab120b89177e1c0 100644
--- a/Source/core/frame/Screen.h
+++ b/Source/core/frame/Screen.h
@@ -39,7 +39,6 @@ namespace blink {
class LocalFrame;
-// TODO(Oilpan): when ~DOMWindowProperty is removed, derive from GarbageCollected<> instead.
class Screen final : public GarbageCollectedFinalized<Screen>, public ScriptWrappable, public DOMWindowProperty, public HeapSupplementable<Screen> {
DEFINE_WRAPPERTYPEINFO();
USING_GARBAGE_COLLECTED_MIXIN(Screen);
« no previous file with comments | « Source/core/frame/Navigator.idl ('k') | Source/modules/battery/NavigatorBattery.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698