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

hamaji at chromium.org hamaji at chromium.org
Wed Dec 22 11:21:18 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c8f0a16c09016515d0ddb916bfa146331403e5d8
Author: hamaji at chromium.org <hamaji at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jul 20 09:24:37 2010 +0000

    2010-07-20  Shinichiro Hamaji  <hamaji at chromium.org>
    
            Unreviewed comment fix. The comment in IDL should be //, not # .
    
            Code generator: ensure generated constants match their corresponding enums.
            https://bugs.webkit.org/show_bug.cgi?id=42250
    
            * dom/OverflowEvent.idl:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63736 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index ab32296..9fcf02f 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-07-20  Shinichiro Hamaji  <hamaji at chromium.org>
+
+        Unreviewed comment fix. The comment in IDL should be //, not # .
+
+        Code generator: ensure generated constants match their corresponding enums.
+        https://bugs.webkit.org/show_bug.cgi?id=42250
+
+        * dom/OverflowEvent.idl:
+
 2010-07-20  Hans Wennborg  <hans at chromium.org>
 
         Reviewed by Steve Block.
diff --git a/WebCore/dom/OverflowEvent.idl b/WebCore/dom/OverflowEvent.idl
index 483d2b0..74cf56b 100644
--- a/WebCore/dom/OverflowEvent.idl
+++ b/WebCore/dom/OverflowEvent.idl
@@ -23,7 +23,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 module events {
-    # FIXME: Converge these consts and OverflowEvent::orientType values and remove DontCheckEnums attribute.
+    // FIXME: Converge these consts and OverflowEvent::orientType values and remove DontCheckEnums attribute.
     interface [DontCheckEnums] OverflowEvent : Event {
         const unsigned short HORIZONTAL = 0;
         const unsigned short VERTICAL   = 1;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list