OSDN Git Service

Merge WebKit at r71558: Initial merge by git.
[android-x86/external-webkit.git] / WebCore / inspector / front-end / PropertiesSidebarPane.js
index 75d6a48..b9c212a 100644 (file)
@@ -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);
             }