| Index: third_party/WebKit/Source/modules/device_orientation/DeviceMotionController.cpp
|
| diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionController.cpp b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionController.cpp
|
| index 7fb8ad9e9ee5dfe72e9e2d2c642997b195d54105..2b5780e8cf9dd428452be83a1254b15fd6ad1fc5 100644
|
| --- a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionController.cpp
|
| +++ b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionController.cpp
|
| @@ -18,7 +18,8 @@
|
| namespace blink {
|
|
|
| DeviceMotionController::DeviceMotionController(Document& document)
|
| - : DeviceSingleWindowEventController(document) {}
|
| + : DeviceSingleWindowEventController(document),
|
| + Supplement<Document>(document) {}
|
|
|
| DeviceMotionController::~DeviceMotionController() {}
|
|
|
|
|