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

Unified Diff: third_party/WebKit/LayoutTests/inspector/file-system-project.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/inspector/file-system-project.html
diff --git a/third_party/WebKit/LayoutTests/inspector/file-system-project.html b/third_party/WebKit/LayoutTests/inspector/file-system-project.html
index 60d88ffdebd201d7329d841f446814674eb2fae6..cb27d54041c96d1e957cd670d6bdf57f6e88e02e 100644
--- a/third_party/WebKit/LayoutTests/inspector/file-system-project.html
+++ b/third_party/WebKit/LayoutTests/inspector/file-system-project.html
@@ -298,7 +298,7 @@ function test()
uiSourceCode = sourceCode;
originalURL = uiSourceCode.url();
InspectorTest.addResult('URL before rename: ' + originalURL);
- uiSourceCode.rename('goodbye.js', renamed);
+ uiSourceCode.rename('goodbye.js').then(renamed);
}
function renamed()

Powered by Google App Engine
This is Rietveld 408576698