Index: Source/core/dom/QualifiedName.cpp |
diff --git a/Source/core/dom/QualifiedName.cpp b/Source/core/dom/QualifiedName.cpp |
index cabb024e452773dd751ccb3b90b97a097831e7f9..264178ba1dbbab155c7f9f5e52648bb4b7f3238f 100644 |
--- a/Source/core/dom/QualifiedName.cpp |
+++ b/Source/core/dom/QualifiedName.cpp |
@@ -22,6 +22,7 @@ |
#include "core/dom/QualifiedName.h" |
#include "core/HTMLNames.h" |
+#include "core/MathMLNames.h" |
#include "core/SVGNames.h" |
#include "core/XLinkNames.h" |
#include "core/XMLNSNames.h" |
@@ -34,6 +35,7 @@ |
namespace blink { |
static const int staticQualifiedNamesCount = HTMLNames::HTMLTagsCount + HTMLNames::HTMLAttrsCount |
+ + MathMLNames::MathMLTagsCount + MathMLNames::MathMLAttrsCount |
eseidel
2014/08/20 17:06:23
This seems pretty brittle. Can we add an ASSERT s
|
+ SVGNames::SVGTagsCount + SVGNames::SVGAttrsCount |
+ XLinkNames::XLinkAttrsCount |
+ XMLNSNames::XMLNSAttrsCount |