summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/sensor/sensor_proxy_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/sensor/sensor_proxy_impl.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/sensor/sensor_proxy_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/modules/sensor/sensor_proxy_impl.h b/chromium/third_party/blink/renderer/modules/sensor/sensor_proxy_impl.h
index 815c7c7bb24..7b1db9785fa 100644
--- a/chromium/third_party/blink/renderer/modules/sensor/sensor_proxy_impl.h
+++ b/chromium/third_party/blink/renderer/modules/sensor/sensor_proxy_impl.h
@@ -86,7 +86,7 @@ class SensorProxyImpl final : public SensorProxy,
bool suspended_ = false;
WTF::Vector<double> active_frequencies_;
- TaskRunnerTimer<SensorProxyImpl> polling_timer_;
+ HeapTaskRunnerTimer<SensorProxyImpl> polling_timer_;
DISALLOW_COPY_AND_ASSIGN(SensorProxyImpl);
};