| 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 c6caa4e74e54252f723f29a66c17bcf9f99d6390..4a4dc6b2955b49ccbd94bd8636910e33b6c4c595 100644
|
| --- a/third_party/WebKit/Source/core/frame/Screen.h
|
| +++ b/third_party/WebKit/Source/core/frame/Screen.h
|
| @@ -39,7 +39,7 @@ namespace blink {
|
|
|
| class LocalFrame;
|
|
|
| -class Screen final : public GarbageCollectedFinalized<Screen>, public ScriptWrappable, public DOMWindowProperty, public HeapSupplementable<Screen> {
|
| +class Screen final : public GarbageCollectedFinalized<Screen>, public ScriptWrappable, public DOMWindowProperty, public Supplementable<Screen> {
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(Screen);
|
| public:
|
|
|