Opening WebInspector and reloading it from the context menu is closing it, but not reopening it. The reason is that the m_page of the InspectorController is being cleared but a new one is not being created. A patch will be coming soon.
Created attachment 44071 [details] Patch Do not delete the page associated with the WebInspector during a reload.
This patch does not fix the problem for Qt port, only for Mac port.
style-queue ran check-webkit-style on attachment 44071 [details] without any errors.
Comment on attachment 44071 [details] Patch Seems we should have a manual test for this. Or some sort of test.
Comment on attachment 44071 [details] Patch Clearing flags on attachment: 44071 Committed r51544: <http://trac.webkit.org/changeset/51544>
All reviewed patches have been landed. Closing bug.