| Index: Source/WebCore/inspector/front-end/ElementsTreeOutline.js
|
| ===================================================================
|
| --- Source/WebCore/inspector/front-end/ElementsTreeOutline.js (revision 135297)
|
| +++ Source/WebCore/inspector/front-end/ElementsTreeOutline.js (working copy)
|
| @@ -487,6 +487,8 @@
|
|
|
| function focusElement()
|
| {
|
| + // Force elements module load.
|
| + WebInspector.showPanel("elements");
|
| WebInspector.domAgent.inspectElement(treeElement.representedObject.id);
|
| }
|
| var contextMenu = new WebInspector.ContextMenu(event);
|
|
|