| 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 29e7dcd0a5b4a6fe3105e953cb907cc6e8c0678a..bb311be67171a96c0ab92bfb795dc2304f98f378 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()))
|
|
|