Chromium Code Reviews| Index: third_party/WebKit/Source/core/frame/Window.idl |
| diff --git a/third_party/WebKit/Source/core/frame/Window.idl b/third_party/WebKit/Source/core/frame/Window.idl |
| index 22de1d68151d19cd63a1bf14d8933b8abfee82bd..51600b6b27e9d7badaa4053bf613e0165803b073 100644 |
| --- a/third_party/WebKit/Source/core/frame/Window.idl |
| +++ b/third_party/WebKit/Source/core/frame/Window.idl |
| @@ -140,7 +140,7 @@ |
| // Console API |
| // https://console.spec.whatwg.org/#console-interface |
| - [Replaceable] readonly attribute Console console; |
| + // attribute console is installed by InspectedContext in v8_inspector. |
|
dgozman
2016/04/12 23:21:57
// [Replaceable] readonly attribute Console consol
kozy
2016/04/12 23:34:25
Done.
|
| // Non-standard APIs |
| [MeasureAs=WindowClientInformation, Replaceable] readonly attribute Navigator clientInformation; |