Index: third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/linkifier.html |
diff --git a/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/linkifier.html b/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/linkifier.html |
index 636142cb6197306e335ff17c7cf0d4b1546d65dc..7445b61a43ebd93840672280445c4a38922ecc5e 100644 |
--- a/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/linkifier.html |
+++ b/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/linkifier.html |
@@ -51,7 +51,7 @@ function test() |
break; |
} |
} |
- |
+ |
uiSourceCode = WebInspector.workspace.uiSourceCodeForURL(InspectorTest.resourceTreeModel.inspectedPageURL()); |
var linkifyMe = "at triggerError (http://localhost/show/:22:11)"; |
var fragment = WebInspector.linkifyStringAsFragment(linkifyMe); |