Index: third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.idl |
diff --git a/third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.idl b/third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.idl |
index 0a5d77522b57a16d7bb44189d241659a59fd9e24..10b49770dd7c06d140ad66a6e099564b461356ae 100644 |
--- a/third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.idl |
+++ b/third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.idl |
@@ -8,5 +8,9 @@ |
Exposed=Worklet, |
RuntimeEnabled=Worklet, |
] interface WorkletGlobalScope { |
- [Replaceable] readonly attribute WorkletConsole console; |
+ // 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. |
}; |