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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 14:33:54 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 08a614b3e9ce8090a1c5f9f6f18a18d714bd2c00
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 13 11:56:12 2010 +0000

    2010-10-13  Dinu Jacob  <dinu.jacob at nokia.com>
    
            Reviewed by Andreas Kling.
    
            [Qt] Update .def file for Symbian
            https://bugs.webkit.org/show_bug.cgi?id=47540
    
            Updated symbols for Symbian - added viewportAttributesForSize and
            made viewportConfigurationForSize absent based on the API change in
            47325
    
            * symbian/eabi/QtWebKitu.def:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69648 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/qt/ChangeLog b/WebKit/qt/ChangeLog
index 1b215de..8e7e514 100644
--- a/WebKit/qt/ChangeLog
+++ b/WebKit/qt/ChangeLog
@@ -1,3 +1,16 @@
+2010-10-13  Dinu Jacob  <dinu.jacob at nokia.com>
+
+        Reviewed by Andreas Kling.
+
+        [Qt] Update .def file for Symbian
+        https://bugs.webkit.org/show_bug.cgi?id=47540
+
+        Updated symbols for Symbian - added viewportAttributesForSize and
+        made viewportConfigurationForSize absent based on the API change in
+        47325
+
+        * symbian/eabi/QtWebKitu.def:
+
 2010-10-12  David Leong  <david.leong at nokia.com>
 
         Reviewed by Laszlo Gombos.
diff --git a/WebKit/qt/symbian/eabi/QtWebKitu.def b/WebKit/qt/symbian/eabi/QtWebKitu.def
index d351c6b..cdaa5ad 100644
--- a/WebKit/qt/symbian/eabi/QtWebKitu.def
+++ b/WebKit/qt/symbian/eabi/QtWebKitu.def
@@ -815,8 +815,10 @@ EXPORTS
 	_ZN23DumpRenderTreeSupportQt14viewportAsTextEP8QWebPageRK5QSize @ 814 NONAME
 	_ZN23DumpRenderTreeSupportQt32simulateDesktopNotificationClickERK7QString @ 815 NONAME
 	_ZN8QWebPage23viewportChangeRequestedEv @ 816 NONAME
-	_ZNK8QWebPage28viewportConfigurationForSizeERK5QSize @ 817 NONAME
+	_ZNK8QWebPage28viewportConfigurationForSizeERK5QSize @ 817 NONAME ABSENT
 	_ZN23DumpRenderTreeSupportQt20dumpHistoryCallbacksEb @ 818 NONAME
 	_ZN23DumpRenderTreeSupportQt25dumpVisitedLinksCallbacksEb @ 819 NONAME
 	_ZN23DumpRenderTreeSupportQt9plainTextERK8QVariant @ 820 NONAME
+	_ZNK8QWebPage25viewportAttributesForSizeERK5QSize @ 821 NONAME
+
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list