mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
fix warning.
This commit is contained in:
parent
cac570c4f9
commit
d0dbc95b12
@ -1507,7 +1507,6 @@ PresShell::AppendReflowCommand(nsIReflowCommand* aReflowCommand)
|
||||
}
|
||||
}
|
||||
#endif
|
||||
PRInt32 index = nsnull;
|
||||
nsresult rv = NS_OK;
|
||||
if (!AlreadyInQueue(aReflowCommand)) {
|
||||
NS_ADDREF(aReflowCommand);
|
||||
|
@ -1507,7 +1507,6 @@ PresShell::AppendReflowCommand(nsIReflowCommand* aReflowCommand)
|
||||
}
|
||||
}
|
||||
#endif
|
||||
PRInt32 index = nsnull;
|
||||
nsresult rv = NS_OK;
|
||||
if (!AlreadyInQueue(aReflowCommand)) {
|
||||
NS_ADDREF(aReflowCommand);
|
||||
|
Loading…
Reference in New Issue
Block a user