| Index: third_party/WebKit/Source/devtools/front_end/bindings/ResourceScriptMapping.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/bindings/ResourceScriptMapping.js b/third_party/WebKit/Source/devtools/front_end/bindings/ResourceScriptMapping.js
|
| index ef706d1e8ad1fea20429f362ca3a5f31e3fa4e61..68d88664c552b720009af1192c65a90bb7b2776f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/bindings/ResourceScriptMapping.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/bindings/ResourceScriptMapping.js
|
| @@ -296,6 +296,8 @@ Bindings.ResourceScriptFile = class extends Common.Object {
|
| if (typeof this._scriptSource === 'undefined')
|
| return false;
|
| var workingCopy = this._uiSourceCode.workingCopy();
|
| + if (!workingCopy)
|
| + return false;
|
|
|
| // Match ignoring sourceURL.
|
| if (!workingCopy.startsWith(this._scriptSource.trimRight()))
|
|
|