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); |
} |