Bug 1095098: move do_QueryObject templates into their own header r=froydnj

This commit is contained in:
Denis Volk
2014-11-20 12:20:10 +01:00
parent 2172eb7489
commit cbf9ae78f0
58 changed files with 163 additions and 92 deletions

View File

@@ -9,6 +9,7 @@
#include "mozilla/dom/HTMLFieldSetElement.h"
#include "mozilla/dom/HTMLFieldSetElementBinding.h"
#include "nsContentList.h"
#include "nsQueryObject.h"
NS_IMPL_NS_NEW_HTML_ELEMENT(FieldSet)