diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-01 11:14:26 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-01 11:14:26 +0000 |
commit | 18b2328bb632c2eb02513dea8f310482131fe377 (patch) | |
tree | 1be19c4e0ef6b3b953d6c45203a32f5f6fb9dede /layout/generic | |
parent | e11620a0f5b81ddd439c3547bd1ee41330852d2b (diff) | |
download | uxp-18b2328bb632c2eb02513dea8f310482131fe377.tar.gz |
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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/generic/nsBRFrame.cpp b/layout/generic/nsBRFrame.cpp index 12c258674e..08c0fe3dda 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" |