summaryrefslogtreecommitdiffstats
path: root/layout/generic
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-01 11:14:26 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-01 11:14:26 +0000
commit18b2328bb632c2eb02513dea8f310482131fe377 (patch)
tree1be19c4e0ef6b3b953d6c45203a32f5f6fb9dede /layout/generic
parente11620a0f5b81ddd439c3547bd1ee41330852d2b (diff)
downloadUXP-18b2328bb632c2eb02513dea8f310482131fe377.tar
UXP-18b2328bb632c2eb02513dea8f310482131fe377.tar.gz
UXP-18b2328bb632c2eb02513dea8f310482131fe377.tar.lz
UXP-18b2328bb632c2eb02513dea8f310482131fe377.tar.xz
UXP-18b2328bb632c2eb02513dea8f310482131fe377.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"