зеркало из https://github.com/mozilla/pjs.git
Compiler error fix.
This commit is contained in:
Родитель
36425cfe40
Коммит
51af362cf7
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче