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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/budget/interfaces.html

Issue 2229283003: Convert Budget to BudgetService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated global interface list Created 4 years, 4 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 | third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/budget/interfaces.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/budget/interfaces.html b/third_party/WebKit/LayoutTests/http/tests/budget/interfaces.html
index 2dc5fa6b852127f44a971e8e1cd59f78dc2b523e..b1489a7fcf5edec89453bf8ede42e372999e249f 100644
--- a/third_party/WebKit/LayoutTests/http/tests/budget/interfaces.html
+++ b/third_party/WebKit/LayoutTests/http/tests/budget/interfaces.html
@@ -9,8 +9,8 @@
<script>
promise_test(function() {
assert_own_property(Navigator.prototype, 'budget');
- assert_own_property(Budget.prototype, 'getCost');
- assert_own_property(Budget.prototype, 'getBudget');
+ assert_own_property(BudgetService.prototype, 'getCost');
+ assert_own_property(BudgetService.prototype, 'getBudget');
assert_equals(navigator.budget, navigator.budget);
navigator.budget.getCost()
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698