| Index: Source/core/frame/Screen.cpp
|
| diff --git a/Source/core/frame/Screen.cpp b/Source/core/frame/Screen.cpp
|
| index edc3186946e5eb70cdeb354c77c8c4c2d6bf97a5..7a258ebf77e354fafcb70a318c2f1aa0f15e8067 100644
|
| --- a/Source/core/frame/Screen.cpp
|
| +++ b/Source/core/frame/Screen.cpp
|
| @@ -134,9 +134,7 @@ ExecutionContext* Screen::executionContext() const
|
|
|
| void Screen::trace(Visitor* visitor)
|
| {
|
| -#if ENABLE(OILPAN)
|
| - HeapSupplementable<Screen>::trace(visitor);
|
| -#endif
|
| + WillBeHeapSupplementable<Screen>::trace(visitor);
|
| }
|
|
|
| } // namespace WebCore
|
|
|