diff options
Diffstat (limited to 'WebCore/inspector/front-end/Panel.js')
-rw-r--r-- | WebCore/inspector/front-end/Panel.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/inspector/front-end/Panel.js b/WebCore/inspector/front-end/Panel.js index 8cbdebb..2a4104f 100644 --- a/WebCore/inspector/front-end/Panel.js +++ b/WebCore/inspector/front-end/Panel.js @@ -72,6 +72,11 @@ WebInspector.Panel.prototype = { return this._toolbarItem; }, + get name() + { + return this._panelName; + }, + show: function() { WebInspector.View.prototype.show.call(this); |