Index: Source/modules/gamepad/NavigatorGamepad.h |
diff --git a/Source/modules/gamepad/NavigatorGamepad.h b/Source/modules/gamepad/NavigatorGamepad.h |
index cd397b9358fbd1c4863d40e9c663cef9701ff0fe..6f83e470ae94b567c71a432cabda961665b9d5b8 100644 |
--- a/Source/modules/gamepad/NavigatorGamepad.h |
+++ b/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 |