| Index: third_party/WebKit/Source/core/frame/Screen.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/Screen.cpp b/third_party/WebKit/Source/core/frame/Screen.cpp
|
| index cdc6e9af32f1eb916a2a21f8a6df7de3f9a70264..494822150f7a510d87ba2bc12ff8acd0ad357838 100644
|
| --- a/third_party/WebKit/Source/core/frame/Screen.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Screen.cpp
|
| @@ -144,8 +144,8 @@ int Screen::availWidth() const
|
|
|
| DEFINE_TRACE(Screen)
|
| {
|
| - HeapSupplementable<Screen>::trace(visitor);
|
| DOMWindowProperty::trace(visitor);
|
| + Supplementable<Screen>::trace(visitor);
|
| }
|
|
|
| } // namespace blink
|
|
|