[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

ap at apple.com ap at apple.com
Fri Feb 26 22:14:59 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit c95412cbea1291aad8ef35250a032c934d71d63e
Author: ap at apple.com <ap at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Feb 8 23:28:54 2010 +0000

            Addressing review feedback.
    
            * bridge/c/c_instance.h: Removed argument name.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54517 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index f762905..59a0e97 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-02-08  Alexey Proskuryakov  <ap at apple.com>
 
+        Addressing review feedback.
+
+        * bridge/c/c_instance.h: Removed argument name.
+
+2010-02-08  Alexey Proskuryakov  <ap at apple.com>
+
         Reviewed by Darin Adler.
 
         https://bugs.webkit.org/show_bug.cgi?id=34727
diff --git a/WebCore/bridge/c/c_instance.h b/WebCore/bridge/c/c_instance.h
index 5c071f9..abbabad 100644
--- a/WebCore/bridge/c/c_instance.h
+++ b/WebCore/bridge/c/c_instance.h
@@ -50,7 +50,7 @@ public:
     }
 
     static void setGlobalException(JSC::UString exception);
-    static void moveGlobalExceptionToExecState(ExecState* exec);
+    static void moveGlobalExceptionToExecState(ExecState*);
 
     ~CInstance ();
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list