Chromium Code Reviews| 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 3a917d7edfc263df16ac5c9c4d631eac3a5ade31..95264dbd2b7bef246c276943c9a197a357c9f95b 100644 |
| --- a/third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.idl |
| +++ b/third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.idl |
| @@ -9,5 +9,4 @@ |
| RuntimeEnabled=Worklet, |
| GarbageCollected, |
| ] interface WorkletGlobalScope { |
| - [Replaceable] readonly attribute WorkletConsole console; |
|
dgozman
2016/04/12 03:32:15
Let's add a comment to all idl files about where d
kozy
2016/04/12 21:58:32
Done.
|
| }; |