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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sourcemap.html

Issue 2780933003: DevTools: support UISourceCode rename in automapping (Closed)
Patch Set: fix test Created 3 years, 9 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/persistence/automapping-sourcemap.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sourcemap.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sourcemap.html
index 54beb9338bc02f236965399063d3914e2ac04dbd..630ddd661f3c66545527cdfd6dad511abe0c394e 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sourcemap.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sourcemap.html
@@ -39,7 +39,7 @@ function test()
function onFileSystemCreated()
{
var automappingTest = new InspectorTest.AutomappingTest(Workspace.workspace);
- automappingTest.waitUntilMappingIsStabilized(InspectorTest.completeTest.bind(InspectorTest));
+ automappingTest.waitUntilMappingIsStabilized().then(InspectorTest.completeTest.bind(InspectorTest));
}
function getResourceContent(name)

Powered by Google App Engine
This is Rietveld 408576698