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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-history.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/elements/styles-4/styles-history.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-history.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-history.html
index c59ab0650e9823dab62b0e6ed72f53c286796870..f7f4e1cfdb3a0fa1f8bbf827ae1072e79adf1472 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-history.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-history.html
@@ -22,7 +22,7 @@ function test()
{
function visitUISourceCodes(currentUISourceCode)
{
- if (currentUISourceCode.originURL().indexOf("styles-history.css") === -1)
+ if (currentUISourceCode.url().indexOf("styles-history.css") === -1)
return;
uiSourceCode = currentUISourceCode;
next();

Powered by Google App Engine
This is Rietveld 408576698