Changeset 63736 in webkit


Ignore:
Timestamp:
Jul 20, 2010 2:24:37 AM (14 years ago)
Author:
hamaji@chromium.org
Message:

2010-07-20 Shinichiro Hamaji <hamaji@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:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r63735 r63736  
     12010-07-20  Shinichiro Hamaji  <hamaji@chromium.org>
     2
     3        Unreviewed comment fix. The comment in IDL should be //, not # .
     4
     5        Code generator: ensure generated constants match their corresponding enums.
     6        https://bugs.webkit.org/show_bug.cgi?id=42250
     7
     8        * dom/OverflowEvent.idl:
     9
    1102010-07-20  Hans Wennborg  <hans@chromium.org>
    211
  • trunk/WebCore/dom/OverflowEvent.idl

    r63331 r63736  
    2424 */
    2525module events {
    26     # FIXME: Converge these consts and OverflowEvent::orientType values and remove DontCheckEnums attribute.
     26    // FIXME: Converge these consts and OverflowEvent::orientType values and remove DontCheckEnums attribute.
    2727    interface [DontCheckEnums] OverflowEvent : Event {
    2828        const unsigned short HORIZONTAL = 0;
Note: See TracChangeset for help on using the changeset viewer.