diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-18 13:10:09 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-04-18 13:10:09 -0400 |
commit | e43694dedbf6f886e1058c75a5f9032394a946c2 (patch) | |
tree | e98af9a05811cb9c0f20e39596c4bd673865e329 /layout/forms/nsLegendFrame.cpp | |
parent | 79f126e542d12ba62db70c1db0e0fb0607c2f7bb (diff) | |
download | uxp-e43694dedbf6f886e1058c75a5f9032394a946c2.tar.gz |
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 60056f15d5..95efc2c878 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) { |