summaryrefslogtreecommitdiff
path: root/Source/WebCore/inspector/front-end/NativeBreakpointsSidebarPane.js
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/front-end/NativeBreakpointsSidebarPane.js')
-rw-r--r--Source/WebCore/inspector/front-end/NativeBreakpointsSidebarPane.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/WebCore/inspector/front-end/NativeBreakpointsSidebarPane.js b/Source/WebCore/inspector/front-end/NativeBreakpointsSidebarPane.js
index 8c34ac6f8..e6154745a 100644
--- a/Source/WebCore/inspector/front-end/NativeBreakpointsSidebarPane.js
+++ b/Source/WebCore/inspector/front-end/NativeBreakpointsSidebarPane.js
@@ -76,7 +76,7 @@ WebInspector.NativeBreakpointsSidebarPane.prototype = {
this.bodyElement.removeChild(this.listElement);
this.bodyElement.appendChild(this.emptyElement);
}
- },
-
- __proto__: WebInspector.SidebarPane.prototype
+ }
}
+
+WebInspector.NativeBreakpointsSidebarPane.prototype.__proto__ = WebInspector.SidebarPane.prototype;