summaryrefslogtreecommitdiff
path: root/Source/WebCore/inspector/front-end/EmptyView.js
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/front-end/EmptyView.js')
-rw-r--r--Source/WebCore/inspector/front-end/EmptyView.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/inspector/front-end/EmptyView.js b/Source/WebCore/inspector/front-end/EmptyView.js
index 4b7ceee5e..d7a65af27 100644
--- a/Source/WebCore/inspector/front-end/EmptyView.js
+++ b/Source/WebCore/inspector/front-end/EmptyView.js
@@ -51,6 +51,7 @@ WebInspector.EmptyView.prototype = {
if (this.isShowing())
this.element.textContent = this._text;
},
+
+ __proto__: WebInspector.View.prototype
}
-WebInspector.EmptyView.prototype.__proto__ = WebInspector.View.prototype;