| Index: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationAbsoluteController.cpp
|
| diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationAbsoluteController.cpp b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationAbsoluteController.cpp
|
| index a6c6dc33f2511c94e9b3f6f4835506b3fc9de132..4683ffa0566822f1bb9f71f568cd3eda30a11f2d 100644
|
| --- a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationAbsoluteController.cpp
|
| +++ b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationAbsoluteController.cpp
|
| @@ -50,7 +50,8 @@ void DeviceOrientationAbsoluteController::didAddEventListener(
|
| Deprecation::countDeprecation(
|
| document().frame(),
|
| UseCounter::DeviceOrientationAbsoluteInsecureOrigin);
|
| - // TODO: add rappor logging of insecure origins as in DeviceOrientationController.
|
| + // TODO: add rappor logging of insecure origins as in
|
| + // DeviceOrientationController.
|
| if (document().frame()->settings()->strictPowerfulFeatureRestrictions())
|
| return;
|
| }
|
|
|