| Index: third_party/WebKit/Source/devtools/front_end/source_frame/ImageView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/ImageView.js b/third_party/WebKit/Source/devtools/front_end/source_frame/ImageView.js
|
| index 04542bc1681281ed9d41abf03d49b6d596ba46ae..a07ef54e156c67b1c6b28d00f353a180834f54d5 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/source_frame/ImageView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/source_frame/ImageView.js
|
| @@ -41,9 +41,9 @@ WebInspector.ImageView = function(mimeType, contentProvider)
|
| this._parsedURL = new WebInspector.ParsedURL(this._url);
|
| this._mimeType = mimeType;
|
| this._contentProvider = contentProvider;
|
| - this._sizeLabel = new WebInspector.ToolbarLabel();
|
| - this._dimensionsLabel = new WebInspector.ToolbarLabel();
|
| - this._mimeTypeLabel = new WebInspector.ToolbarLabel(mimeType);
|
| + this._sizeLabel = new WebInspector.ToolbarText();
|
| + this._dimensionsLabel = new WebInspector.ToolbarText();
|
| + this._mimeTypeLabel = new WebInspector.ToolbarText(mimeType);
|
| }
|
|
|
| WebInspector.ImageView.prototype = {
|
|
|