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

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

Issue 688993002: Oilpan: have Screen be on the heap by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: non-oilpan compile fix 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
Index: Source/core/frame/Screen.cpp
diff --git a/Source/core/frame/Screen.cpp b/Source/core/frame/Screen.cpp
index 7c6f12c794f720ae7ceacda273194d910b3f9259..cd743bc7e9223f14bf899b3ec85489ffd5f906c9 100644
--- a/Source/core/frame/Screen.cpp
+++ b/Source/core/frame/Screen.cpp
@@ -120,9 +120,7 @@ unsigned Screen::availWidth() const
DEFINE_TRACE(Screen)
{
-#if ENABLE(OILPAN)
HeapSupplementable<Screen>::trace(visitor);
-#endif
DOMWindowProperty::trace(visitor);
}

Powered by Google App Engine
This is Rietveld 408576698