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

andersca at apple.com andersca at apple.com
Wed Dec 22 12:52:40 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit b807a08b9bbf56d185fc97bd81d1ce1f465938f9
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 31 23:12:22 2010 +0000

    Fix 32-bit WebKit2 build.
    
    Reviewed by Sam Weinig.
    
    * WebCore.exp.in:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66550 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 7efe10f..2b6a9f3 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-30  Anders Carlsson  <andersca at apple.com>
+
+        Reviewed by Sam Weinig.
+
+        Fix 32-bit WebKit2 build.
+
+        * WebCore.exp.in:
+
 2010-08-31  Nate Chapin  <japhet at chromium.org>
 
         Reviewed by Darin Fisher.
diff --git a/WebCore/WebCore.exp.in b/WebCore/WebCore.exp.in
index 8d3ca91..36fe403 100644
--- a/WebCore/WebCore.exp.in
+++ b/WebCore/WebCore.exp.in
@@ -849,6 +849,7 @@ __ZNK7WebCore10RenderText9firstRunYEv
 __ZNK7WebCore10ScrollView12documentViewEv
 __ZNK7WebCore10ScrollView14scrollbarModesERNS_13ScrollbarModeES2_
 __ZNK7WebCore10ScrollView16contentsToWindowERKNS_7IntRectE
+__ZNK7WebCore10ScrollView16contentsToWindowERKNS_8IntPointE
 __ZNK7WebCore10ScrollView18visibleContentRectEb
 __ZNK7WebCore11CachedImage5imageEv
 __ZNK7WebCore11FrameLoader10isCompleteEv
@@ -1288,7 +1289,6 @@ __ZN3JSC8Bindings8InstanceD2Ev
 __ZN7WebCore13IdentifierRep7isValidEPS0_
 __ZN7WebCore16ScriptController16createRootObjectEPv
 __ZNK3JSC8Bindings13RuntimeObject12defaultValueEPNS_9ExecStateENS_22PreferredPrimitiveTypeE
-__ZNK7WebCore10ScrollView16contentsToWindowERKNS_8IntPointE
 __ZTVN3JSC13RuntimeMethodE
 #endif
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list