| Index: third_party/WebKit/Source/devtools/front_end/ui/HistoryInput.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/HistoryInput.js b/third_party/WebKit/Source/devtools/front_end/ui/HistoryInput.js
|
| index d8ce8ca5363ad42bc4e8b9cfdae98115552aa6aa..88361c811b623f4666278b0fe83e389b614326ce 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/HistoryInput.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/HistoryInput.js
|
| @@ -22,6 +22,9 @@ WebInspector.HistoryInput.create = function()
|
| };
|
|
|
| WebInspector.HistoryInput.prototype = {
|
| + /**
|
| + * @override
|
| + */
|
| createdCallback: function()
|
| {
|
| this._history = [""];
|
|
|