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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-git-folders.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-git-folders.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-git-folders.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-git-folders.html
index 5eeee0de3255f73825bee7784013de07aca155fe..675a01a1773cf4a46429f02df9923d9d350f3148 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-git-folders.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-git-folders.html
@@ -49,7 +49,7 @@ function test()
function onFileSystemCreated()
{
- automappingTest.waitUntilMappingIsStabilized(InspectorTest.completeTest.bind(InspectorTest));
+ automappingTest.waitUntilMappingIsStabilized().then(InspectorTest.completeTest.bind(InspectorTest));
}
}
</script>

Powered by Google App Engine
This is Rietveld 408576698