| Index: third_party/WebKit/Source/modules/budget/BudgetService.idl
|
| diff --git a/third_party/WebKit/Source/modules/budget/Budget.idl b/third_party/WebKit/Source/modules/budget/BudgetService.idl
|
| similarity index 94%
|
| rename from third_party/WebKit/Source/modules/budget/Budget.idl
|
| rename to third_party/WebKit/Source/modules/budget/BudgetService.idl
|
| index e70f063e875f108dc8bc544a8807cbeeb0430f39..8ccf53295536d366c4198e2bc3cceb212f5cf851 100644
|
| --- a/third_party/WebKit/Source/modules/budget/Budget.idl
|
| +++ b/third_party/WebKit/Source/modules/budget/BudgetService.idl
|
| @@ -11,7 +11,7 @@ enum ActionType {
|
|
|
| [
|
| RuntimeEnabled=Budget
|
| -] interface Budget {
|
| +] interface BudgetService {
|
| [CallWith=ScriptState] Promise<double> getCost(ActionType actionType);
|
| [CallWith=ScriptState] Promise<FrozenArray<BudgetChunk>> getBudget();
|
| };
|
|
|