зеркало из https://github.com/mozilla/gecko-dev.git
Родитель
4b5ada5207
Коммит
b394ee22d5
|
@ -1048,8 +1048,8 @@ void nsSVGOuterSVGFrame::InitiateReflow()
|
|||
mNeedsReflow = PR_FALSE;
|
||||
|
||||
// Generate a reflow command to reflow ourselves
|
||||
nsCOMPtr<nsHTMLReflowCommand> reflowCmd;
|
||||
NS_NewHTMLReflowCommand(getter_AddRefs(reflowCmd), this, eReflowType_ReflowDirty);
|
||||
nsHTMLReflowCommand *reflowCmd;
|
||||
NS_NewHTMLReflowCommand(&reflowCmd, this, eReflowType_ReflowDirty);
|
||||
if (!reflowCmd) {
|
||||
NS_ERROR("error creating reflow command object");
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче