[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

ap at apple.com ap at apple.com
Thu Apr 8 01:42:12 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit a5f2fc55f751482f040e692e4c231ec5d17a86b0
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