Removing uneeded manual wrapper. More attempts at bug 294893, r+sr=jst, a=drivers
git-svn-id: svn://10.0.0.236/trunk@232656 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
553b224db1
commit
40be0093ff
@ -1779,7 +1779,7 @@
|
||||
// We're about to open a modal dialog, make sure the opening
|
||||
// tab is brought to the front.
|
||||
|
||||
var targetTop = new XPCNativeWrapper(event.target, "top").top;
|
||||
var targetTop = event.target.top;
|
||||
|
||||
for (var i = 0; i < browsers.length; ++i) {
|
||||
if (this.getBrowserAtIndex(i).contentWindow == targetTop) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user