| Index: third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/update-locations-on-filesystem-scss-load.html | 
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/update-locations-on-filesystem-scss-load.html b/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/update-locations-on-filesystem-scss-load.html | 
| index 2bf2629ebe054850ac2dc72bd43eacd58e59430a..8016e47da300a06eafcf52c7b73b1dfe8f99d1e7 100644 | 
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/update-locations-on-filesystem-scss-load.html | 
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/update-locations-on-filesystem-scss-load.html | 
| @@ -49,7 +49,7 @@ function test() | 
|  | 
| function dumpLiveLocation() | 
| { | 
| -        var uiLocation = liveLocation.uiLocation(); | 
| +        var uiLocation = liveLocation.uiLocation; | 
| if (!uiLocation) { | 
| InspectorTest.addResult("Null uiLocation"); | 
| return; | 
|  |