| Index: third_party/WebKit/LayoutTests/inspector/reveal-objects.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/reveal-objects.html b/third_party/WebKit/LayoutTests/inspector/reveal-objects.html
|
| index 64e6e52d71d92e9fc617b52312bfd463467f1f6b..c5a7daddae749a7d0945a72d4e2ec01426a55fed 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/reveal-objects.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/reveal-objects.html
|
| @@ -39,7 +39,7 @@ function test() {
|
| return true;
|
| }
|
| });
|
| - uiLocation = WebInspector.workspace.uiSourceCodeForOriginURL(resource.url).uiLocation(2, 1);
|
| + uiLocation = WebInspector.workspace.uiSourceCodeForURL(resource.url).uiLocation(2, 1);
|
|
|
| InspectorTest.nodeWithId("div", nodeCallback);
|
|
|
|
|