| Index: Source/core/frame/Screen.cpp
|
| diff --git a/Source/core/frame/Screen.cpp b/Source/core/frame/Screen.cpp
|
| index 971772ed4c81d3ce4eb7a6fc0afbe3a913d64273..7c6f12c794f720ae7ceacda273194d910b3f9259 100644
|
| --- a/Source/core/frame/Screen.cpp
|
| +++ b/Source/core/frame/Screen.cpp
|
| @@ -118,7 +118,7 @@ unsigned Screen::availWidth() const
|
| return static_cast<unsigned>(screenAvailableRect(m_frame->view()).width());
|
| }
|
|
|
| -void Screen::trace(Visitor* visitor)
|
| +DEFINE_TRACE(Screen)
|
| {
|
| #if ENABLE(OILPAN)
|
| HeapSupplementable<Screen>::trace(visitor);
|
|
|