| Index: Source/modules/vibration/NavigatorVibration.h
|
| diff --git a/Source/modules/vibration/NavigatorVibration.h b/Source/modules/vibration/NavigatorVibration.h
|
| index 05ec723ea46565e198618756ab742bc4e84acf04..1cb49b3eecc0b5c4f1c1426066ac42829b75d387 100644
|
| --- a/Source/modules/vibration/NavigatorVibration.h
|
| +++ b/Source/modules/vibration/NavigatorVibration.h
|
| @@ -20,8 +20,8 @@
|
| #ifndef NavigatorVibration_h
|
| #define NavigatorVibration_h
|
|
|
| -#include "core/page/Page.h"
|
| #include "core/page/PageLifecycleObserver.h"
|
| +#include "core/page/PageSupplementable.h"
|
| #include "platform/Timer.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/Vector.h"
|
| @@ -30,6 +30,7 @@ namespace blink {
|
|
|
| class LocalFrame;
|
| class Navigator;
|
| +class Page;
|
| class UnsignedLongOrUnsignedLongSequence;
|
|
|
| class NavigatorVibration final
|
|
|