Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: third_party/WebKit/Source/core/workers/WorkletGlobalScope.idl

Issue 2808223003: Worklet: Remove unnecessary comments from WorkletGlobalScope.idl (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698