Index: Source/modules/device_orientation/DeviceMotionController.h |
diff --git a/Source/modules/device_orientation/DeviceMotionController.h b/Source/modules/device_orientation/DeviceMotionController.h |
index 0498a505e0b325df24a5b085eb7558ec087549cc..2bfcbdfbc18e2e79dbeda53d5e7a82e736d56384 100644 |
--- a/Source/modules/device_orientation/DeviceMotionController.h |
+++ b/Source/modules/device_orientation/DeviceMotionController.h |
@@ -58,7 +58,7 @@ private: |
virtual void didRemoveAllEventListeners(DOMWindow*) OVERRIDE; |
virtual bool hasLastData() OVERRIDE; |
- virtual PassRefPtr<Event> getLastEvent() OVERRIDE; |
+ virtual PassRefPtrWillBeRawPtr<Event> getLastEvent() OVERRIDE; |
virtual bool isNullEvent(Event*) OVERRIDE; |
}; |