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, 1 insertions, 2 deletions
diff --git a/Source/WebCore/inspector/front-end/EmptyView.js b/Source/WebCore/inspector/front-end/EmptyView.js
index d7a65af27..4b7ceee5e 100644
--- a/Source/WebCore/inspector/front-end/EmptyView.js
+++ b/Source/WebCore/inspector/front-end/EmptyView.js
@@ -51,7 +51,6 @@ WebInspector.EmptyView.prototype = {
if (this.isShowing())
this.element.textContent = this._text;
},
-
- __proto__: WebInspector.View.prototype
}
+WebInspector.EmptyView.prototype.__proto__ = WebInspector.View.prototype;