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) |