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

paroga at webkit.org paroga at webkit.org
Wed Dec 22 15:24:25 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d9b13840be0a4a719ae1eb25043a5b0ffa1cd0ec
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 2 21:35:42 2010 +0000

    2010-11-02  Patrick Gansterer  <paroga at webkit.org>
    
            Unreviewed, build fix after r71041.
    
            * WebCoreSupport/ChromeClientWinCE.h:
            (WebKit::ChromeClientWinCE::showContextMenu):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71172 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/wince/ChangeLog b/WebKit/wince/ChangeLog
index bfe70b3..d3b4ea6 100644
--- a/WebKit/wince/ChangeLog
+++ b/WebKit/wince/ChangeLog
@@ -1,3 +1,10 @@
+2010-11-02  Patrick Gansterer  <paroga at webkit.org>
+
+        Unreviewed, build fix after r71041.
+
+        * WebCoreSupport/ChromeClientWinCE.h:
+        (WebKit::ChromeClientWinCE::showContextMenu):
+
 2010-10-30  Patrick Gansterer  <paroga at webkit.org>
 
         Unreviewed, build fix after r70574.
diff --git a/WebKit/wince/WebCoreSupport/ChromeClientWinCE.h b/WebKit/wince/WebCoreSupport/ChromeClientWinCE.h
index 3818ce0..fca2e1e 100644
--- a/WebKit/wince/WebCoreSupport/ChromeClientWinCE.h
+++ b/WebKit/wince/WebCoreSupport/ChromeClientWinCE.h
@@ -125,6 +125,10 @@ public:
     virtual void reachedMaxAppCacheSize(int64_t spaceNeeded) = 0;
 #endif
 
+#if ENABLE(CONTEXT_MENUS)
+    virtual void showContextMenu() { }
+#endif
+
 #if ENABLE(NOTIFICATIONS)
     virtual WebCore::NotificationPresenter* notificationPresenter() const = 0;
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list