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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-unit/product-registry-impl-register-sanity.js

Issue 2948183002: DevTools: remove TestRunner.loadLazyModules (Closed)
Patch Set: Created 3 years, 6 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
Index: third_party/WebKit/LayoutTests/http/tests/inspector-unit/product-registry-impl-register-sanity.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/product-registry-impl-register-sanity.js b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/product-registry-impl-register-sanity.js
index a29894b406c562980874e30d2c9e487190dc5a70..f3a35fb6f5665a750c43342e265b2f0c9760cfa6 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/product-registry-impl-register-sanity.js
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/product-registry-impl-register-sanity.js
@@ -1,5 +1,5 @@
-TestRunner.loadLazyModules(['product_registry_impl']).then(test);
+TestRunner.loadModule('product_registry_impl').then(test);
function test() {
TestRunner.addResult("This tests product registry impl's register function.");

Powered by Google App Engine
This is Rietveld 408576698