Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / sources / TabbedEditorContainer.js
index 6418edd..c91bb84 100644 (file)
@@ -376,7 +376,7 @@ WebInspector.TabbedEditorContainer.prototype = {
         var tooltip = this._tooltipForFile(uiSourceCode);
 
         var tabId = this._generateTabId();
-        this._tabIds.put(uiSourceCode, tabId);
+        this._tabIds.set(uiSourceCode, tabId);
         this._files[tabId] = uiSourceCode;
 
         var savedSelectionRange = this._history.selectionRange(uiSourceCode.uri());