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

dumi at chromium.org dumi at chromium.org
Wed Dec 22 11:50:08 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 4009c4b278a6a920a2452712fa4136f4a5bbdb6c
Author: dumi at chromium.org <dumi at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 9 11:57:53 2010 +0000

    Unreviewed, fixing the builds after r64967.
    
    * CMakeLists.txt:
    * GNUmakefile.am:
    * WebCore.pro:
    * WebCore.vcproj/WebCore.vcproj:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64976 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt
index 1ddb0c1..64d12ed 100644
--- a/WebCore/CMakeLists.txt
+++ b/WebCore/CMakeLists.txt
@@ -1138,6 +1138,7 @@ SET(WebCore_SOURCES
     mathml/MathMLMathElement.cpp
     mathml/MathMLTextElement.cpp
     mathml/RenderMathMLBlock.cpp
+    mathml/RenderMathMLFenced.cpp
     mathml/RenderMathMLFraction.cpp
     mathml/RenderMathMLMath.cpp
     mathml/RenderMathMLOperator.cpp
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index f7c7ec7..b36ed3e 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-08-09  Dumitru Daniliuc  <dumi at chromium.org>
+
+        Unreviewed, fixing the builds after r64967.
+
+        * CMakeLists.txt:
+        * GNUmakefile.am:
+        * WebCore.pro:
+        * WebCore.vcproj/WebCore.vcproj:
+
 2010-05-27  MORITA Hajime  <morrita at google.com>
 
         Reviewed by Ojan Vafai.
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index af3fc22..aba0ff1 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -3439,6 +3439,8 @@ webcore_sources += \
 	WebCore/mathml/MathMLTextElement.h \
 	WebCore/mathml/RenderMathMLBlock.cpp \
 	WebCore/mathml/RenderMathMLBlock.h \
+	WebCore/mathml/RenderMathMLFenced.cpp \
+	WebCore/mathml/RenderMathMLFenced.h \
 	WebCore/mathml/RenderMathMLFraction.cpp \
 	WebCore/mathml/RenderMathMLFraction.h \
 	WebCore/mathml/RenderMathMLMath.cpp \
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index 04815ce..3544579 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -1573,6 +1573,7 @@ HEADERS += \
     mathml/MathMLMathElement.h \
     mathml/MathMLTextElement.h \
     mathml/RenderMathMLBlock.h \
+    mathml/RenderMathMLFenced.h \
     mathml/RenderMathMLFraction.h \
     mathml/RenderMathMLMath.h \
     mathml/RenderMathMLOperator.h \
@@ -2675,6 +2676,7 @@ contains(DEFINES, ENABLE_MATHML=1) {
         mathml/MathMLMathElement.cpp \
         mathml/MathMLTextElement.cpp \
         mathml/RenderMathMLBlock.cpp \
+        mathml/RenderMathMLFenced.cpp \
         mathml/RenderMathMLFraction.cpp \
         mathml/RenderMathMLMath.cpp \
         mathml/RenderMathMLOperator.cpp \
diff --git a/WebCore/WebCore.vcproj/WebCore.vcproj b/WebCore/WebCore.vcproj/WebCore.vcproj
index f811295..ca90df4 100644
--- a/WebCore/WebCore.vcproj/WebCore.vcproj
+++ b/WebCore/WebCore.vcproj/WebCore.vcproj
@@ -52005,6 +52005,14 @@
 				>
 			</File>
 			<File
+				RelativePath="..\mathml\RenderMathMLFenced.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\mathml\RenderMathMLFenced.h"
+				>
+			</File>
+			<File
 				RelativePath="..\mathml\RenderMathMLFraction.cpp"
 				>
 			</File>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list