| Index: third_party/WebKit/LayoutTests/inspector/components/linkifier.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/components/linkifier.html b/third_party/WebKit/LayoutTests/inspector/components/linkifier.html
|
| index 84ee83ed1ac0fd948c8282f5b485b4d08054800d..d9146f2c6b1bf2b3a2d006040d6d07855348659d 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/components/linkifier.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/components/linkifier.html
|
| @@ -16,8 +16,8 @@ function test()
|
|
|
| function debuggerTest()
|
| {
|
| - var url = InspectorTest.resourceTreeModel.inspectedPageURL();
|
| var target = WebInspector.targetManager.mainTarget();
|
| + var url = target.inspectedURL();
|
| var scripts = InspectorTest.debuggerModel.scripts;
|
| for (var scriptId in scripts) {
|
| var scriptCandidate = scripts[scriptId];
|
|
|