Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / ui / SidebarPane.js
index d2cceba..bccc35e 100644 (file)
@@ -169,7 +169,7 @@ WebInspector.SidebarPaneStack.prototype = {
      */
     addPane: function(pane)
     {
-        this._titleByPane.put(pane, new WebInspector.SidebarPaneTitle(this.element, pane));
+        this._titleByPane.set(pane, new WebInspector.SidebarPaneTitle(this.element, pane));
     },
 
     /**