commit | 117f99b1df5e455223014e2468b49a119cf5fd73 | [log] [tgz] |
---|---|---|
author | zimmermann@webkit.org <zimmermann@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Tue Dec 23 02:14:09 2008 +0000 |
committer | zimmermann@webkit.org <zimmermann@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Tue Dec 23 02:14:09 2008 +0000 |
tree | 790e18e2707e9ad2f34b99ec074e9d04ed793f2f | |
parent | 87239eda36fab5aad04e2d9b4d1b0dc17d3c137b [diff] [blame] |
Reviewed by George Staikos. Fixes: https://bugs.webkit.org/show_bug.cgi?id=22972 Add WML <meta> element support. All needed functionality is present in Document::processHttpEquiv, already covered by tests. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@39448 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro index 1933039..e49ebf1 100644 --- a/WebCore/WebCore.pro +++ b/WebCore/WebCore.pro
@@ -1410,6 +1410,7 @@ wml/WMLInsertedLegendElement.cpp \ wml/WMLIntrinsicEvent.cpp \ wml/WMLIntrinsicEventHandler.cpp \ + wml/WMLMetaElement.cpp \ wml/WMLNoopElement.cpp \ wml/WMLOnEventElement.cpp \ wml/WMLPElement.cpp \