Chromium Code Reviews| Index: third_party/WebKit/Source/modules/sensor/SensorProxy.h |
| diff --git a/third_party/WebKit/Source/modules/sensor/SensorProxy.h b/third_party/WebKit/Source/modules/sensor/SensorProxy.h |
| index 05c7c446b6f7d8a58ec576cd661ee3a616593ddb..53f72d99dcc82f9ca21a046eab4f52dd34da01fb 100644 |
| --- a/third_party/WebKit/Source/modules/sensor/SensorProxy.h |
| +++ b/third_party/WebKit/Source/modules/sensor/SensorProxy.h |
| @@ -82,8 +82,8 @@ class SensorProxy final : public GarbageCollectedFinalized<SensorProxy>, |
| // Generic handler for a fatal error. |
| void handleSensorError(ExceptionCode = UnknownError, |
| - const String& sanitizedMessage = String(), |
| - const String& unsanitizedMessage = String()); |
| + String sanitizedMessage = String(), |
|
Mikhail
2016/11/02 14:30:20
nit: pls add comment like "intentionally copied"
shalamov
2016/11/02 14:55:01
Done.
|
| + String unsanitizedMessage = String()); |
| void onSensorCreated(device::mojom::blink::SensorInitParamsPtr, |
| device::mojom::blink::SensorClientRequest); |