| Index: third_party/WebKit/Source/modules/sensor/SensorPollingStrategy.h
|
| diff --git a/third_party/WebKit/Source/modules/sensor/SensorPollingStrategy.h b/third_party/WebKit/Source/modules/sensor/SensorPollingStrategy.h
|
| index e6b6deedef32835623176e50b925cb0fbe6a4ecb..25be1547f76dcaa8ad04a5baec0f393328ea533c 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/SensorPollingStrategy.h
|
| +++ b/third_party/WebKit/Source/modules/sensor/SensorPollingStrategy.h
|
| @@ -17,8 +17,8 @@ namespace blink {
|
| // - for 'CONTINUOUS' mode the polling function is invoked periodically
|
| // with the given polling period (on timer event).
|
| // - for 'ONCHANGE' mode the polling function is invoked only after client
|
| -// calls 'onSensorReadingChanged()' however considering the given polling period:
|
| -// guaranteed not to be called more often than expected.
|
| +// calls 'onSensorReadingChanged()' however considering the given polling
|
| +// period: guaranteed not to be called more often than expected.
|
| class SensorPollingStrategy {
|
| public:
|
| static std::unique_ptr<SensorPollingStrategy> create(
|
|
|