Index: third_party/WebKit/Source/devtools/front_end/components/CustomPreviewSection.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/components/CustomPreviewSection.js b/third_party/WebKit/Source/devtools/front_end/components/CustomPreviewSection.js |
index 1b481693e43ec4be868a105a108182666b5ccf2d..2c7f5ef371e1f41685e12721c26f41ec8a6b28cb 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/components/CustomPreviewSection.js |
+++ b/third_party/WebKit/Source/devtools/front_end/components/CustomPreviewSection.js |
@@ -62,7 +62,7 @@ WebInspector.CustomPreviewComponent.prototype = { |
{ |
var contextMenu = new WebInspector.ContextMenu(event); |
if (this._customPreviewSection) |
- contextMenu.appendItem(WebInspector.UIString.capitalize("Show as Javascript ^object" ), this._disassemble.bind(this)); |
+ contextMenu.appendItem(WebInspector.UIString.capitalize("Show as Javascript ^object"), this._disassemble.bind(this)); |
contextMenu.appendApplicableItems(this._object); |
contextMenu.show(); |
}, |