| 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 23dde482a2ebf5c30463ad167a767094f4eb3776..462e2ec2c6c9e6662b20c506d066c30d0fcc6e69 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
|
| @@ -53,7 +53,7 @@ WebInspector.SourceFrame = function(contentProvider)
|
| this._shortcuts = {};
|
| this.element.addEventListener("keydown", this._handleKeyDown.bind(this), false);
|
|
|
| - this._sourcePosition = new WebInspector.ToolbarLabel();
|
| + this._sourcePosition = new WebInspector.ToolbarText();
|
| }
|
|
|
| WebInspector.SourceFrame.Events = {
|
|
|