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

weinig at apple.com weinig at apple.com
Wed Dec 22 13:08:51 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 2bd03ea918c4bcf25d49776eafbf3c246a763768
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 7 20:59:38 2010 +0000

    Try and fix windows.
    
    * UIProcess/WebEditCommandProxy.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66905 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 5542ccd..effa920 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,11 @@
 2010-09-07  Sam Weinig  <sam at webkit.org>
 
+        Try and fix windows.
+
+        * UIProcess/WebEditCommandProxy.h:
+
+2010-09-07  Sam Weinig  <sam at webkit.org>
+
         Reviewed by Darin Adler.
 
         Fix incorrect parameter name.
diff --git a/WebKit2/UIProcess/WebEditCommandProxy.h b/WebKit2/UIProcess/WebEditCommandProxy.h
index 9524d55..2d21d3f 100644
--- a/WebKit2/UIProcess/WebEditCommandProxy.h
+++ b/WebKit2/UIProcess/WebEditCommandProxy.h
@@ -40,6 +40,7 @@ public:
     {
         return adoptRef(new WebEditCommandProxy(commandID, editAction, page));
     }
+    ~WebEditCommandProxy();
 
     uint64_t commandID() const { return m_commandID; }
     WebCore::EditAction editAction() const { return m_editAction; }
@@ -50,10 +51,7 @@ public:
     void reapply();
 
 private:
-    friend class RefCounted<WebEditCommandProxy>;
-
     WebEditCommandProxy(uint64_t commandID, WebCore::EditAction, WebPageProxy*);
-    ~WebEditCommandProxy();
 
     uint64_t m_commandID;
     WebCore::EditAction m_editAction;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list