| Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl
|
| index 32cbca89ce1cb606dfd93af03f8ff733778b92ae..938bfa9c5ce2056f92ee0af2fe5f2e354a7d0f22 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl
|
| @@ -45,7 +45,7 @@
|
|
|
| // Console API
|
| // https://console.spec.whatwg.org/#console-interface
|
| - [Replaceable] readonly attribute WorkerConsole console;
|
| + // attribute console is installed by InspectedContext in v8_inspector.
|
|
|
| // CORS and RFC1918
|
| // https://mikewest.github.io/cors-rfc1918/#feature-detect
|
|
|