Reviewed by Mark Rowe.

Remove WBXML code. MainResourceLoader is not an appropriate location.
Revert until we find a better place.

The mime type which belongs to wmlc should be enabled anyway so WML documents get build.        
Remove the ENABLE(WBXML) blocks around these types in MIMETypeRegistry / DOMImplementation.


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@38543 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 4dad269..01252322 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,23 @@
 2008-11-17  Nikolas Zimmermann  <nikolas.zimmermann@torchmobile.com>
 
+        Reviewed by Mark Rowe.
+
+        Remove WBXML code. MainResourceLoader is not an appropriate location.
+        Revert until we find a better place.
+
+        The mime type which belongs to wmlc should be enabled anyway so WML documents get build.
+        Remove the ENABLE(WBXML) blocks around these types in MIMETypeRegistry / DOMImplementation.
+
+        * WebCore.pro:
+        * dom/DOMImplementation.cpp:
+        (WebCore::DOMImplementation::createDocument):
+        * loader/MainResourceLoader.cpp:
+        (WebCore::MainResourceLoader::addData):
+        * platform/MIMETypeRegistry.cpp:
+        (WebCore::initializeSupportedNonImageMimeTypes):
+
+2008-11-17  Nikolas Zimmermann  <nikolas.zimmermann@torchmobile.com>
+
         Not reviewed. Build fix.
 
         Oops, disable WML by default on Qt.