Chromium Code Reviews| Index: Source/modules/device_light/DeviceLightController.cpp |
| diff --git a/Source/modules/device_light/DeviceLightController.cpp b/Source/modules/device_light/DeviceLightController.cpp |
| index 7c394b0c0bb2fd1bac5b9db76d6b4c88c07a9161..8e2a2990a6ef322fc8e939bd3a0793a5cc12493b 100644 |
| --- a/Source/modules/device_light/DeviceLightController.cpp |
| +++ b/Source/modules/device_light/DeviceLightController.cpp |
| @@ -20,7 +20,9 @@ DeviceLightController::DeviceLightController(Document& document) |
| DeviceLightController::~DeviceLightController() |
| { |
| +#if !ENABLE(OILPAN) |
| stopUpdating(); |
| +#endif |
| } |
| const char* DeviceLightController::supplementName() |