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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html

Issue 1564113003: DevTools: merge uisourcecode's url-alike members. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed Created 4 years, 11 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/sources/debugger-ui/ui-source-code.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html
index fb2aa1b83ef1396608ec5d3a5d17262c2e3d12bb..f19204fab138b5d034585f1c85441e0a891dab08 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html
@@ -19,7 +19,7 @@ function test()
InspectorTest.runTestSuite([
function testUISourceCode(next)
{
- var uiSourceCode = new WebInspector.UISourceCode(new MockProject(), "originURL", WebInspector.resourceTypes.Script);
+ var uiSourceCode = new WebInspector.UISourceCode(new MockProject(), "url", WebInspector.resourceTypes.Script);
function didRequestContent(callNumber, content)
{
InspectorTest.addResult("Callback " + callNumber + " is invoked.");

Powered by Google App Engine
This is Rietveld 408576698