typo bustage fix for bug 1219236 a=me

This commit is contained in:
Carsten "Tomcat" Book 2015-12-01 10:30:25 +01:00
parent 7652c9a63d
commit 1e99a8aebb

View File

@ -7171,7 +7171,7 @@ PresShell::HandleEvent(nsIFrame* aFrame,
nsWeakFrame weakFrame(frame);
{ // scope for scriptBlocker.
nsAutoScriptBlocker scriptBlocker;
FlushThrottledStyles(GetRootPresShell()->GetDOcument(), nullptr);
FlushThrottledStyles(GetRootPresShell()->GetDocument(), nullptr);
}