summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/front-end/PropertiesSidebarPane.js
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/front-end/PropertiesSidebarPane.js')
-rw-r--r--WebCore/inspector/front-end/PropertiesSidebarPane.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/inspector/front-end/PropertiesSidebarPane.js b/WebCore/inspector/front-end/PropertiesSidebarPane.js
index 75d6a48..b9c212a 100644
--- a/WebCore/inspector/front-end/PropertiesSidebarPane.js
+++ b/WebCore/inspector/front-end/PropertiesSidebarPane.js
@@ -54,7 +54,7 @@ WebInspector.PropertiesSidebarPane.prototype = {
var title = prototype.description;
if (title.match(/Prototype$/))
title = title.replace(/Prototype$/, "");
- var section = new WebInspector.ObjectPropertiesSection(prototype, title, WebInspector.UIString("Prototype"));
+ var section = new WebInspector.ObjectPropertiesSection(prototype, title);
self.sections.push(section);
body.appendChild(section.element);
}