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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/sources/ui-source-code-highlight.php

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/http/tests/inspector/sources/ui-source-code-highlight.php
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/sources/ui-source-code-highlight.php b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/ui-source-code-highlight.php
index d2b5db192acab10878a254f5d94ee8f1b5765a3b..a8499832b9c8f5dd7e50da65cfaf39a3c3008f9d 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/sources/ui-source-code-highlight.php
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/ui-source-code-highlight.php
@@ -9,7 +9,7 @@ function test()
for (var i = 0; i < uiSourceCodes.length; ++i) {
var uiSourceCode = uiSourceCodes[i];
- if (!/.php$/.test(uiSourceCode.originURL()))
+ if (!/.php$/.test(uiSourceCode.url()))
continue;
if (uiSourceCode.project().type() !== WebInspector.projectTypes.Network)
continue;

Powered by Google App Engine
This is Rietveld 408576698