Chromium Code Reviews| Index: third_party/WebKit/Source/modules/device_orientation/WindowDeviceOrientation.idl |
| diff --git a/third_party/WebKit/Source/modules/device_orientation/WindowDeviceOrientation.idl b/third_party/WebKit/Source/modules/device_orientation/WindowDeviceOrientation.idl |
| index 8a7d18a9dfdfba7cb1b40c5136278f001cae7cd5..ce7d3acc16ee05f9ca317b76c0990320a1c4f01f 100644 |
| --- a/third_party/WebKit/Source/modules/device_orientation/WindowDeviceOrientation.idl |
| +++ b/third_party/WebKit/Source/modules/device_orientation/WindowDeviceOrientation.idl |
| @@ -2,6 +2,9 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +// TODO(philipj): The event listener attributes are not in the spec's IDL: |
| +// https://github.com/w3c/deviceorientation/issues/17 |
|
timvolodine
2015/10/02 11:47:17
same here
|
| + |
| [ |
| ImplementedAs=DOMWindowDeviceOrientation |
| ] partial interface Window { |