We now assign execution id upon UI population.
Created attachment 161709 [details] Patch
Comment on attachment 161709 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=161709&action=review > Source/WebCore/inspector/front-end/ConsoleView.js:47 > + this._contextSelector = new WebInspector.StatusBarComboBox(this._updateExecutionContextSelector.bind(this), "console-context"); Let's rename _contextSelector to _frameSelector or _contextListSelector. > Source/WebCore/inspector/front-end/JavaScriptContextManager.js:103 > + var cpmtextList = this._frameIdToContextList[context.frameId]; cpmtextList ?
Created attachment 161879 [details] Patch
Committed r127412: <http://trac.webkit.org/changeset/127412>