diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-18 13:10:09 -0400 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-24 10:32:36 +0200 |
commit | f5316668a3481955a6141a98c35200cd496b01cf (patch) | |
tree | e775e8cf9e2f1e9dd973e4b7c6bd6b0a3c1a4494 /layout/forms/nsLegendFrame.cpp | |
parent | dc687dbc0b43bcff9566b135f95d54b28e68bde9 (diff) | |
download | UXP-f5316668a3481955a6141a98c35200cd496b01cf.tar UXP-f5316668a3481955a6141a98c35200cd496b01cf.tar.gz UXP-f5316668a3481955a6141a98c35200cd496b01cf.tar.lz UXP-f5316668a3481955a6141a98c35200cd496b01cf.tar.xz UXP-f5316668a3481955a6141a98c35200cd496b01cf.zip |
Issue #80 - De-unify layout/forms
Diffstat (limited to 'layout/forms/nsLegendFrame.cpp')
-rw-r--r-- | layout/forms/nsLegendFrame.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layout/forms/nsLegendFrame.cpp b/layout/forms/nsLegendFrame.cpp index 60056f15d..95efc2c87 100644 --- a/layout/forms/nsLegendFrame.cpp +++ b/layout/forms/nsLegendFrame.cpp @@ -12,6 +12,8 @@ #include "nsStyleConsts.h" #include "nsFormControlFrame.h" +using namespace mozilla; + nsIFrame* NS_NewLegendFrame(nsIPresShell* aPresShell, nsStyleContext* aContext) { |