| Index: third_party/WebKit/Source/core/frame/Screen.h
|
| diff --git a/third_party/WebKit/Source/core/frame/Screen.h b/third_party/WebKit/Source/core/frame/Screen.h
|
| index cfc9b8deb1e36057255516e299cca2350e8f6203..52ea557b07e6e5b8a5dab99b98941ea5cfabb82d 100644
|
| --- a/third_party/WebKit/Source/core/frame/Screen.h
|
| +++ b/third_party/WebKit/Source/core/frame/Screen.h
|
| @@ -41,7 +41,7 @@ class LocalFrame;
|
|
|
| class CORE_EXPORT Screen final : public GarbageCollected<Screen>,
|
| public ScriptWrappable,
|
| - public ContextClient,
|
| + public DOMWindowClient,
|
| public Supplementable<Screen> {
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(Screen);
|
|
|