Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1101)

Unified Diff: third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js

Issue 2314503005: DevTools: remove UISourceCodeFrame from context when switching panels. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js b/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
index fe07c5d67b5b7f40de45a8ce48541b2a6b2ea6d3..39c46a8ef174255abe725f187b3c0c86de70dc38 100644
--- a/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
+++ b/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
@@ -365,6 +365,13 @@ WebInspector.SourceFrame.prototype = {
this._resetCurrentSearchResultIndex();
},
+ /**
+ * @override
+ */
+ editorBlurred: function()
+ {
+ },
+
_resetCurrentSearchResultIndex: function()
{
if (!this._searchResults.length)

Powered by Google App Engine
This is Rietveld 408576698