diff options
Diffstat (limited to 'third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.h')
-rw-r--r-- | third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.h b/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.h index cd397b9..6f83e47 100644 --- a/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.h +++ b/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.h @@ -74,7 +74,7 @@ private: virtual void registerWithDispatcher() OVERRIDE FINAL; virtual void unregisterWithDispatcher() OVERRIDE FINAL; virtual bool hasLastData() OVERRIDE FINAL; - virtual PassRefPtr<Event> getLastEvent() OVERRIDE FINAL; + virtual PassRefPtrWillBeRawPtr<Event> getLastEvent() OVERRIDE FINAL; virtual bool isNullEvent(Event*) OVERRIDE FINAL; // DOMWindowLifecycleObserver |