| Index: third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js b/third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js
|
| index 402627f659826be3fe8092dbed72c368f7226187..6955edd238ace249627d5da4028a19e8eb51584c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js
|
| @@ -293,7 +293,7 @@ Sources.ScriptFormatterEditorAction = class {
|
| * @param {!Common.Event} event
|
| */
|
| _debuggerReset(event) {
|
| - var debuggerModel = /** @type {!SDK.DebuggerModel} */ (event.target);
|
| + var debuggerModel = /** @type {!SDK.DebuggerModel} */ (event.data);
|
| this._cleanForTarget(debuggerModel.target());
|
| }
|
|
|
|
|