| 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 37917ba45dd8d8d3c4de1e2dee979e7021f70ef7..e8b6e45d7bc336620531e38c6190251f4a6537ce 100644
|
| --- a/third_party/WebKit/Source/core/frame/Screen.h
|
| +++ b/third_party/WebKit/Source/core/frame/Screen.h
|
| @@ -32,6 +32,7 @@
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/frame/DOMWindowProperty.h"
|
| +#include "core/workers/WorkerNavigator.h"
|
| #include "platform/Supplementable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| @@ -39,7 +40,7 @@ namespace blink {
|
|
|
| class LocalFrame;
|
|
|
| -class Screen final : public GarbageCollected<Screen>, public ScriptWrappable, public DOMWindowProperty, public Supplementable<Screen> {
|
| +class CORE_EXPORT Screen final : public GarbageCollected<Screen>, public ScriptWrappable, public DOMWindowProperty, public Supplementable<Screen> {
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(Screen);
|
| public:
|
|
|