Index: third_party/WebKit/Source/modules/sensor/Sensor.cpp |
diff --git a/third_party/WebKit/Source/modules/sensor/Sensor.cpp b/third_party/WebKit/Source/modules/sensor/Sensor.cpp |
index ca613f9e1e8670fb65e75c1ba499ec3b0a9a2004..8971d20763939c4c06fc46466ba8b6a716ecae87 100644 |
--- a/third_party/WebKit/Source/modules/sensor/Sensor.cpp |
+++ b/third_party/WebKit/Source/modules/sensor/Sensor.cpp |
@@ -235,7 +235,8 @@ void Sensor::startListening() { |
if (!m_configuration) { |
m_configuration = |
- createSensorConfig(m_sensorOptions, *m_sensorProxy->defaultConfig()); |
+ createSensorConfig(m_sensorOptions, *m_sensorProxy->defaultConfig(), |
+ m_sensorProxy->maxSupportedFrequency()); |
DCHECK(m_configuration); |
} |