Index: third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js b/third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js |
index 949e9eabe1ff8be2df2fce7a4ec80b1b9ae498a7..6bfd606d37c57e51f793a36773238ff4ad8e500c 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js |
+++ b/third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js |
@@ -483,7 +483,7 @@ Sources.SourcesView = class extends UI.VBox { |
* @param {!Common.Event} event |
*/ |
_uiSourceCodeTitleChanged(event) { |
- this._recreateSourceFrameIfNeeded(/** @type {!Workspace.UISourceCode} */ (event.target)); |
+ this._recreateSourceFrameIfNeeded(/** @type {!Workspace.UISourceCode} */ (event.data)); |
} |
/** |