summaryrefslogtreecommitdiffstats
path: root/layout/generic
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-01 11:14:26 +0000
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-05-06 19:12:59 +0200
commit0afb9e2d758dd1c8cf9c7fc43dc58b4021c850dc (patch)
tree313e64844fd06dae7c2dc7537f3be10dcbccfccf /layout/generic
parente733c3681b03436a43c20cfda2db1d2c79591640 (diff)
downloadUXP-0afb9e2d758dd1c8cf9c7fc43dc58b4021c850dc.tar
UXP-0afb9e2d758dd1c8cf9c7fc43dc58b4021c850dc.tar.gz
UXP-0afb9e2d758dd1c8cf9c7fc43dc58b4021c850dc.tar.lz
UXP-0afb9e2d758dd1c8cf9c7fc43dc58b4021c850dc.tar.xz
UXP-0afb9e2d758dd1c8cf9c7fc43dc58b4021c850dc.zip
Issue #80 - Resolve issues with compiling on insane gcc configurations with no optimizations in layout/
(and fix a typo for cs fs)
Diffstat (limited to 'layout/generic')
-rw-r--r--layout/generic/nsBRFrame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/generic/nsBRFrame.cpp b/layout/generic/nsBRFrame.cpp
index 12c258674..08c0fe3dd 100644
--- a/layout/generic/nsBRFrame.cpp
+++ b/layout/generic/nsBRFrame.cpp
@@ -6,7 +6,7 @@
/* rendering object for HTML <br> elements */
#include "nsCOMPtr.h"
-#include "nsContainerframe.h"
+#include "nsContainerFrame.h"
#include "nsFontMetrics.h"
#include "nsFrame.h"
#include "nsPresContext.h"