| Index: third_party/WebKit/Source/devtools/front_end/components/Linkifier.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/components/Linkifier.js b/third_party/WebKit/Source/devtools/front_end/components/Linkifier.js
|
| index 04df5be060ba7528059a111a5b401de072f24ad5..a663643d412c4ad2f46ce3c0ea97620160f53798 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/Linkifier.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/Linkifier.js
|
| @@ -497,7 +497,7 @@ Components.Linkifier = class {
|
| uiLocation = uiSourceCode ? uiSourceCode.uiLocation(info.lineNumber || 0, info.columnNumber || 0) : null;
|
| }
|
| var resource = url ? Bindings.resourceForURL(url) : null;
|
| - var request = url ? SDK.networkLog.requestForURL(url) : null;
|
| + var request = url ? NetworkLog.networkLog.requestForURL(url) : null;
|
| var contentProvider = uiLocation ? uiLocation.uiSourceCode : resource;
|
|
|
| if (info.revealable)
|
|
|