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

Unified Diff: LayoutTests/inspector/sources/debugger/resource-script-mapping.html

Issue 368643002: DevTools: Make addFileForURL more robust (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Compacting the malformed URL Created 6 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: LayoutTests/inspector/sources/debugger/resource-script-mapping.html
diff --git a/LayoutTests/inspector/sources/debugger/resource-script-mapping.html b/LayoutTests/inspector/sources/debugger/resource-script-mapping.html
index 483342a20df1dc799a4dc58e2e34adb480c83439..65a70a6a25ac3770b22bdc7eace857b58848a35d 100644
--- a/LayoutTests/inspector/sources/debugger/resource-script-mapping.html
+++ b/LayoutTests/inspector/sources/debugger/resource-script-mapping.html
@@ -33,7 +33,7 @@ function test()
InspectorTest.waitForWorkspaceUISourceCodeAddedEvent(originalUISourceCodeAdded);
defaultScriptMapping.addScript(script);
resourceScriptMapping.addScript(script);
-
+
var originalUISourceCode;
script.rawLocationToUILocation(0, 5);
@@ -113,7 +113,7 @@ function test()
InspectorTest.waitForWorkspaceUISourceCodeAddedEvent(originalUISourceCodeAdded);
defaultScriptMapping.addScript(script1);
resourceScriptMapping.addScript(script1);
-
+
script1.rawLocationToUILocation(0, 5);
function originalUISourceCodeAdded(uiSourceCode)

Powered by Google App Engine
This is Rietveld 408576698