Bug 882790 - Add toolbar button for pause on exceptions. r=fitzgen
This commit is contained in:
@@ -243,7 +243,8 @@ StackFramesView.prototype = Heritage.extend(WidgetMethods, {
|
||||
},
|
||||
|
||||
_mirror: null,
|
||||
_prevBlackBoxedUrl: null
|
||||
_prevBlackBoxedUrl: null,
|
||||
_popupset: null
|
||||
});
|
||||
|
||||
DebuggerView.StackFrames = new StackFramesView(DebuggerController, DebuggerView);
|
||||
|
||||
Reference in New Issue
Block a user