| Index: Source/modules/presentation/NavigatorPresentation.h
|
| diff --git a/Source/modules/presentation/NavigatorPresentation.h b/Source/modules/presentation/NavigatorPresentation.h
|
| index 52f820138b62cb42ff52e53d0b666257217e9cce..e71df13dd9dc9f3ac2f78beddf374f7816cf5cba 100644
|
| --- a/Source/modules/presentation/NavigatorPresentation.h
|
| +++ b/Source/modules/presentation/NavigatorPresentation.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef NavigatorPresentation_h
|
| #define NavigatorPresentation_h
|
|
|
| -#include "core/frame/DOMWindowProperty.h"
|
| #include "platform/Supplementable.h"
|
| +#include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|
| @@ -15,8 +15,7 @@ class Presentation;
|
|
|
| class NavigatorPresentation final
|
| : public NoBaseWillBeGarbageCollectedFinalized<NavigatorPresentation>
|
| - , public WillBeHeapSupplement<Navigator>
|
| - , public DOMWindowProperty {
|
| + , public WillBeHeapSupplement<Navigator> {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(NavigatorPresentation);
|
| public:
|
| virtual ~NavigatorPresentation();
|
| @@ -29,7 +28,7 @@ public:
|
| private:
|
| static const char* supplementName();
|
|
|
| - explicit NavigatorPresentation(LocalFrame*);
|
| + NavigatorPresentation();
|
|
|
| Presentation* presentation();
|
|
|
|
|