X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fdevtools%2Ffront_end%2Fsources%2FTabbedEditorContainer.js;h=c91bb84504269372d7392093f1f784c3028baf7b;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=6418edd95069bb75927ed497841ccbca6cc0e397;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js b/src/third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js index 6418edd..c91bb84 100644 --- a/src/third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js +++ b/src/third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js @@ -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());