зеркало из https://github.com/mozilla/gecko-dev.git
Fixing mathml bustage caused by checkin for bug 115113.
Bug 115738 r=shrike,cement,monkeypox,nebiros,otaku
This commit is contained in:
Родитель
2375406ff7
Коммит
f96bc2f9e8
|
@ -24,6 +24,7 @@
|
|||
|
||||
struct nsPresentationData;
|
||||
struct nsEmbellishData;
|
||||
struct nsHTMLReflowMetrics;
|
||||
|
||||
// IID for the nsIMathMLFrame interface (the IID was taken from IIDS.h)
|
||||
/* a6cf9113-15b3-11d2-932e-00805f8add32 */
|
||||
|
|
|
@ -492,7 +492,7 @@ nsMathMLmactionFrame::MouseClick(nsIDOMEvent* aMouseEvent)
|
|||
mPresContext->GetShell(getter_AddRefs(presShell));
|
||||
presShell->CancelReflowCommand(this, nsnull);
|
||||
nsFrame::CreateAndPostReflowCommand(presShell, mSelectedFrame,
|
||||
nsIReflowCommand::StyleChanged, nsnull, nsnull, nsnull);
|
||||
eReflowType_StyleChanged, nsnull, nsnull, nsnull);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче