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 066190ef070a4b59907a30bfad694e6db80e3f6d..04df5be060ba7528059a111a5b401de072f24ad5 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 ? SDK.networkLog.requestForURL(url) : null; |
var contentProvider = uiLocation ? uiLocation.uiSourceCode : resource; |
if (info.revealable) |