| Index: third_party/WebKit/Source/core/workers/WorkletGlobalScope.idl
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkletGlobalScope.idl b/third_party/WebKit/Source/core/workers/WorkletGlobalScope.idl
|
| index bfd4c86a0138e695b1cf8c913189fff5a976a5ad..418ddb4f1f111c10b1234fc3438dcd5532571482 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkletGlobalScope.idl
|
| +++ b/third_party/WebKit/Source/core/workers/WorkletGlobalScope.idl
|
| @@ -9,9 +9,4 @@
|
| RuntimeEnabled=Worklet,
|
| ImmutablePrototype,
|
| ] interface WorkletGlobalScope {
|
| - // Console API
|
| - // https://console.spec.whatwg.org/#console-interface
|
| - // [Replaceable] readonly attribute Console console;
|
| - // Console is installed by v8 inspector when context is created
|
| - // and is left commented here just for documentation.
|
| };
|
|
|