[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

andersca at apple.com andersca at apple.com
Fri Jan 21 14:59:11 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 6e58cc5883ce8371c5f4bb506c92752ac4551112
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 5 23:48:47 2011 +0000

    Attempt to fix Leopard build.
    
    * WebCore.exp.in:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75112 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 674806e..3d3c709 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-05  Anders Carlsson  <andersca at apple.com>
+
+        Attempt to fix Leopard build.
+
+        * WebCore.exp.in:
+
 2011-01-05  Evan Martin  <evan at chromium.org>
 
         Reviewed by Tony Chang.
diff --git a/WebCore/WebCore.exp.in b/WebCore/WebCore.exp.in
index 877b2ed..d06f2cd 100644
--- a/WebCore/WebCore.exp.in
+++ b/WebCore/WebCore.exp.in
@@ -686,12 +686,9 @@ __ZN7WebCore6Editor10applyStyleEPNS_19CSSStyleDeclarationENS_10EditActionE
 __ZN7WebCore6Editor10findStringERKN3WTF6StringEj
 __ZN7WebCore6Editor10insertTextERKN3WTF6StringEPNS_5EventE
 __ZN7WebCore6Editor13canDHTMLPasteEv
-__ZN7WebCore6Editor13lowercaseWordEv
 __ZN7WebCore6Editor13performDeleteEv
 __ZN7WebCore6Editor13rangeForPointERKNS_8IntPointE
 __ZN7WebCore6Editor13tryDHTMLPasteEv
-__ZN7WebCore6Editor13uppercaseWordEv
-__ZN7WebCore6Editor14capitalizeWordEv
 __ZN7WebCore6Editor14setCompositionERKN3WTF6StringERKNS1_6VectorINS_20CompositionUnderlineELm0EEEjj
 __ZN7WebCore6Editor15pasteAsFragmentEN3WTF10PassRefPtrINS_16DocumentFragmentEEEbb
 __ZN7WebCore6Editor16pasteAsPlainTextEv
@@ -1166,6 +1163,8 @@ __ZNK7WebCore6Widget9frameRectEv
 __ZNK7WebCore7Element12getAttributeERKNS_13QualifiedNameE
 __ZNK7WebCore7Element19boundsInWindowSpaceEv
 __ZNK7WebCore7Element9innerTextEv
+__ZNK7WebCore7IntRect8containsERKS0_
+__ZNK7WebCore7IntRect10intersectsERKS0_
 __ZNK7WebCore7IntRectcv6CGRectEv
 __ZNK7WebCore7IntRectcv7_NSRectEv
 __ZNK7WebCore7IntSizecv7_NSSizeEv
@@ -1654,3 +1653,10 @@ __ZN7WebCore23ApplicationCacheStorage36remainingSizeForOriginExcludingCacheEPKNS
 __ZN7WebCore23ApplicationCacheStorage5emptyEv
 __ZNK7WebCore23ApplicationCacheStorage11maximumSizeEv
 #endif
+
+#if defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD)
+__ZN7WebCore6Editor13lowercaseWordEv
+__ZN7WebCore6Editor13uppercaseWordEv
+__ZN7WebCore6Editor14capitalizeWordEv
+#endif
+

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list