Fix NO_INTERFACE error tabbing between fields

Not sure why this is throwing, but I'm also not sure why it was
necessary in the first place
This commit is contained in:
Dan Stillman 2015-01-28 18:26:47 -05:00
parent 84d1be4c03
commit 276cd82fe4

View file

@ -1036,7 +1036,6 @@
<body>
<![CDATA[
var sbo = document.getAnonymousNodes(this)[0].boxObject;
sbo.QueryInterface(Components.interfaces.nsIScrollBoxObject);
sbo.ensureElementIsVisible(elem);
]]>
</body>