Chromium Code Reviews| Index: third_party/WebKit/Source/modules/budget/WorkerNavigatorBudget.idl |
| diff --git a/third_party/WebKit/Source/modules/budget/NavigatorBudget.idl b/third_party/WebKit/Source/modules/budget/WorkerNavigatorBudget.idl |
| similarity index 75% |
| copy from third_party/WebKit/Source/modules/budget/NavigatorBudget.idl |
| copy to third_party/WebKit/Source/modules/budget/WorkerNavigatorBudget.idl |
| index dd0bfe22b87d5a6a58f091523dbb8cc93a5d88f2..8beb991bdaf97c1e46c8bc2ba10d18e9c400cfee 100644 |
| --- a/third_party/WebKit/Source/modules/budget/NavigatorBudget.idl |
| +++ b/third_party/WebKit/Source/modules/budget/WorkerNavigatorBudget.idl |
| @@ -2,12 +2,12 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +// TODO(harkness): Update to WorkerNavigator partial interface documentation. |
|
harkness
2016/08/23 16:10:51
I'm not sure why git is picking this up as a modif
|
| // https://beverloo.github.io/budget-api/#navigator-budget-interface |
| // TODO(harkness): Link WICG spec when it exists. |
| [ |
| RuntimeEnabled=Budget |
| -] partial interface Navigator { |
| - // TODO(harkness): In the spec, this is not a partial interface. |
| +] partial interface WorkerNavigator { |
| readonly attribute BudgetService budget; |
| }; |