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

jschuh at chromium.org jschuh at chromium.org
Wed Dec 22 18:48:04 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ea7f142d0f02e76f35f23529d382de9533d812e3
Author: jschuh at chromium.org <jschuh at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Dec 18 04:22:55 2010 +0000

    2010-12-17  Justin Schuh  <jschuh at chromium.org>
    
            Reviewed by Andreas Kling.
    
            Style fix for r73927
            https://bugs.webkit.org/show_bug.cgi?id=51194
    
            No functionality change. No new tests needed.
    
            * html/HTMLCanvasElement.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74312 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 47693bc..6f500e4 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-12-17  Justin Schuh  <jschuh at chromium.org>
+
+        Reviewed by Andreas Kling.
+
+        Style fix for r73927
+        https://bugs.webkit.org/show_bug.cgi?id=51194
+
+        No functionality change. No new tests needed.
+
+        * html/HTMLCanvasElement.h:
+
 2010-12-17  Carlos Garcia Campos  <cgarcia at igalia.com>
 
         Reviewed by Martin Robinson.
diff --git a/WebCore/html/HTMLCanvasElement.h b/WebCore/html/HTMLCanvasElement.h
index 281ea5d..97897c0 100644
--- a/WebCore/html/HTMLCanvasElement.h
+++ b/WebCore/html/HTMLCanvasElement.h
@@ -65,8 +65,8 @@ public:
     static PassRefPtr<HTMLCanvasElement> create(const QualifiedName&, Document*);
     virtual ~HTMLCanvasElement();
 
-    void addObserver(CanvasObserver* observer);
-    void removeObserver(CanvasObserver* observer);
+    void addObserver(CanvasObserver*);
+    void removeObserver(CanvasObserver*);
 
     // Attributes and functions exposed to script
     int width() const { return size().width(); }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list