Index: third_party/WebKit/Source/devtools/front_end/ui/SearchableView.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/SearchableView.js b/third_party/WebKit/Source/devtools/front_end/ui/SearchableView.js |
index 89b272346953b3a391ce77a039b12e7f958c35a9..1d07127968c558d94888cf20f6bbf88f5b29d86d 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/ui/SearchableView.js |
+++ b/third_party/WebKit/Source/devtools/front_end/ui/SearchableView.js |
@@ -558,6 +558,8 @@ WebInspector.SearchableView.prototype = { |
_onValueChanged: function() |
{ |
+ if (!this._searchIsVisible) |
+ return; |
delete this._valueChangedTimeoutId; |
this._performSearch(false, true); |
}, |