summaryrefslogtreecommitdiff
path: root/Source/WebCore/inspector/front-end/CSSNamedFlowCollectionsView.js
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/front-end/CSSNamedFlowCollectionsView.js')
-rw-r--r--Source/WebCore/inspector/front-end/CSSNamedFlowCollectionsView.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/WebCore/inspector/front-end/CSSNamedFlowCollectionsView.js b/Source/WebCore/inspector/front-end/CSSNamedFlowCollectionsView.js
index 239c507b0..b2a302402 100644
--- a/Source/WebCore/inspector/front-end/CSSNamedFlowCollectionsView.js
+++ b/Source/WebCore/inspector/front-end/CSSNamedFlowCollectionsView.js
@@ -371,10 +371,10 @@ WebInspector.CSSNamedFlowCollectionsView.prototype = {
this._tabbedPane.removeEventListener(WebInspector.TabbedPane.EventTypes.TabSelected, this._tabSelected, this);
this._tabbedPane.removeEventListener(WebInspector.TabbedPane.EventTypes.TabClosed, this._tabClosed, this);
- }
-}
+ },
-WebInspector.CSSNamedFlowCollectionsView.prototype.__proto__ = WebInspector.SplitView.prototype;
+ __proto__: WebInspector.SplitView.prototype
+}
/**
* @constructor
@@ -410,7 +410,7 @@ WebInspector.FlowTreeElement.prototype = {
}
this._overset = newOverset;
- }
-}
+ },
-WebInspector.FlowTreeElement.prototype.__proto__ = TreeElement.prototype;
+ __proto__: TreeElement.prototype
+}