[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

bdakin at apple.com bdakin at apple.com
Wed Dec 22 11:41:16 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5e49c266d49935e85a202289fc61e0d3ddb32a52
Author: bdakin at apple.com <bdakin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 3 22:29:32 2010 +0000

    Enable MathML on Windows.
    
    Reviewed by Alice Liu.
    
    * win/tools/vsprops/FeatureDefines.vsprops:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64593 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog
index 5f626fd..d8fa57c 100644
--- a/WebKitLibraries/ChangeLog
+++ b/WebKitLibraries/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-03  Beth Dakin  <bdakin at apple.com>
+
+        Reviewed by Alice Liu.
+
+        Enable MathML on Windows.
+
+        * win/tools/vsprops/FeatureDefines.vsprops:
+
 2010-07-30  Adam Roben  <aroben at apple.com>
 
         Roll our r64361 and r64363
diff --git a/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops b/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops
index 104b479..1340e47 100644
--- a/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops
+++ b/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops
@@ -123,7 +123,7 @@
 	/>
   <UserMacro
 		Name="ENABLE_MATHML"
-		Value=""
+		Value="ENABLE_MATHML"
 		PerformEnvironmentSet="true"
 	/>
   <UserMacro

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list