Chromium Code Reviews| 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 10b49770dd7c06d140ad66a6e099564b461356ae..bfd4c86a0138e695b1cf8c913189fff5a976a5ad 100644 |
| --- a/third_party/WebKit/Source/core/workers/WorkletGlobalScope.idl |
| +++ b/third_party/WebKit/Source/core/workers/WorkletGlobalScope.idl |
| @@ -7,6 +7,7 @@ |
| [ |
| Exposed=Worklet, |
| RuntimeEnabled=Worklet, |
| + ImmutablePrototype, |
| ] interface WorkletGlobalScope { |
| // Console API |
| // https://console.spec.whatwg.org/#console-interface |