From 1e99a8aebb6b78b7a956e1d5e700cab11bf0c521 Mon Sep 17 00:00:00 2001 From: "Carsten \"Tomcat\" Book" Date: Tue, 1 Dec 2015 10:30:25 +0100 Subject: [PATCH] typo bustage fix for bug 1219236 a=me --- layout/base/nsPresShell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/base/nsPresShell.cpp b/layout/base/nsPresShell.cpp index 6239d17a572..03c28c31ec9 100644 --- a/layout/base/nsPresShell.cpp +++ b/layout/base/nsPresShell.cpp @@ -7171,7 +7171,7 @@ PresShell::HandleEvent(nsIFrame* aFrame, nsWeakFrame weakFrame(frame); { // scope for scriptBlocker. nsAutoScriptBlocker scriptBlocker; - FlushThrottledStyles(GetRootPresShell()->GetDOcument(), nullptr); + FlushThrottledStyles(GetRootPresShell()->GetDocument(), nullptr); }