| Index: third_party/WebKit/Source/devtools/front_end/sources/AdvancedSearchView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/AdvancedSearchView.js b/third_party/WebKit/Source/devtools/front_end/sources/AdvancedSearchView.js
|
| index 2ac8903e030cf110abdc424e5a119f9b1dd5b37c..6cc960fd292accdc9179b1ac35a2e3254565868e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/AdvancedSearchView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/AdvancedSearchView.js
|
| @@ -25,7 +25,7 @@ WebInspector.AdvancedSearchView = function()
|
|
|
| this._search = WebInspector.HistoryInput.create();
|
| this._searchPanelElement.appendChild(this._search);
|
| - this._search.placeholder = WebInspector.UIString("Search all sources (use \"file:\" to filter by path)");
|
| + this._search.placeholder = WebInspector.UIString("Search all sources (use \"file:\" to filter by path)\u200e");
|
| this._search.setAttribute("type", "text");
|
| this._search.classList.add("search-config-search");
|
| this._search.setAttribute("results", "0");
|
|
|