| 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();
|
|
|