| 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 538431954cd24b3030edee1d6c7a6f27086640fc..5e750f4a8fde09a7ed878d57307ac514aea96f97 100644
|
| --- a/third_party/WebKit/Source/core/frame/Screen.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Screen.cpp
|
| @@ -38,7 +38,7 @@
|
|
|
| namespace blink {
|
|
|
| -Screen::Screen(LocalFrame* frame) : DOMWindowProperty(frame) {}
|
| +Screen::Screen(LocalFrame* frame) : ContextClient(frame) {}
|
|
|
| int Screen::height() const {
|
| if (!frame())
|
| @@ -135,7 +135,7 @@ int Screen::availWidth() const {
|
| }
|
|
|
| DEFINE_TRACE(Screen) {
|
| - DOMWindowProperty::trace(visitor);
|
| + ContextClient::trace(visitor);
|
| Supplementable<Screen>::trace(visitor);
|
| }
|
|
|
|
|