Compiler error fix.

This commit is contained in:
evaughan%netscape.com 2000-04-03 04:17:47 +00:00
parent 21e503b111
commit c990fb1445

View File

@ -780,7 +780,7 @@ nsSplitterFrameInner::MouseDown(nsIDOMEvent* aMouseEvent)
content->GetTag(*getter_AddRefs(atom));
// skip over any splitters
if (atom != nsXULAtoms::splitter) {
if (atom.get() != nsXULAtoms::splitter) {
nsSize prefSize(0,0);
nsSize minSize(0,0);
nsSize maxSize(0,0);