| Index: third_party/WebKit/Source/devtools/front_end/persistence/DefaultMapping.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/persistence/DefaultMapping.js b/third_party/WebKit/Source/devtools/front_end/persistence/DefaultMapping.js
|
| index e649a65c596f28a173408d7048964e6f1748bcbb..14b55dfcea9fd8b9ab4557101e363eddb380756c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/persistence/DefaultMapping.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/persistence/DefaultMapping.js
|
| @@ -26,7 +26,7 @@ WebInspector.DefaultMapping = function(workspace, fileSystemMapping, onBindingCr
|
| this._fileSystemMapping.addEventListener(WebInspector.FileSystemMapping.Events.FileMappingRemoved, this._remap, this)
|
| ];
|
| this._remap();
|
| -}
|
| +};
|
|
|
| WebInspector.DefaultMapping._binding = Symbol("DefaultMapping.Binding");
|
|
|
| @@ -141,4 +141,4 @@ WebInspector.DefaultMapping.prototype = {
|
| {
|
| WebInspector.EventTarget.removeEventListeners(this._eventListeners);
|
| }
|
| -}
|
| +};
|
|
|