Title: [144030] trunk/Source/WebCore
- Revision
- 144030
- Author
- [email protected]
- Date
- 2013-02-26 02:40:12 -0800 (Tue, 26 Feb 2013)
Log Message
Remove unused conditional includes of {MathML,SVG}Names.h
https://bugs.webkit.org/show_bug.cgi?id=110809
Reviewed by Eric Seidel.
* html/parser/HTMLConstructionSite.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (144029 => 144030)
--- trunk/Source/WebCore/ChangeLog 2013-02-26 10:30:29 UTC (rev 144029)
+++ trunk/Source/WebCore/ChangeLog 2013-02-26 10:40:12 UTC (rev 144030)
@@ -1,3 +1,12 @@
+2013-02-26 Adam Klein <[email protected]>
+
+ Remove unused conditional includes of {MathML,SVG}Names.h
+ https://bugs.webkit.org/show_bug.cgi?id=110809
+
+ Reviewed by Eric Seidel.
+
+ * html/parser/HTMLConstructionSite.cpp:
+
2013-02-26 Eric Seidel <[email protected]>
Threaded HTML parser fails fast/loader/stateobjects/state-attribute-history-getter.html
Modified: trunk/Source/WebCore/html/parser/HTMLConstructionSite.cpp (144029 => 144030)
--- trunk/Source/WebCore/html/parser/HTMLConstructionSite.cpp 2013-02-26 10:30:29 UTC (rev 144029)
+++ trunk/Source/WebCore/html/parser/HTMLConstructionSite.cpp 2013-02-26 10:40:12 UTC (rev 144030)
@@ -46,13 +46,7 @@
#include "HTMLToken.h"
#include "HTMLTokenizer.h"
#include "LocalizedStrings.h"
-#if ENABLE(MATHML)
-#include "MathMLNames.h"
-#endif
#include "NotImplemented.h"
-#if ENABLE(SVG)
-#include "SVGNames.h"
-#endif
#include "Settings.h"
#include "Text.h"
#include <wtf/UnusedParam.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes