Changeset 57639 in webkit


Ignore:
Timestamp:
Apr 15, 2010 4:51:21 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-15 Gyuyoung Kim <gyuyoung.kim@samsung.com>

Reviewed by Eric Seidel.

Duplicated patches related to wml were pushed to trunk. So, one of
the patches should be reverted.
https://bugs.webkit.org/show_bug.cgi?id=37542

  • wml/WMLOptionElement.h:
  • wml/WMLSelectElement.h:
Location:
trunk/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r57638 r57639  
     12010-04-15  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Duplicated patches related to wml were pushed to trunk. So, one of
     6        the patches should be reverted.
     7        https://bugs.webkit.org/show_bug.cgi?id=37542
     8
     9        * wml/WMLOptionElement.h:
     10        * wml/WMLSelectElement.h:
     11
    1122010-04-15  Bruno Schmidt  <bruno.schmidt@gmail.com>
    213
  • trunk/WebCore/wml/WMLOptionElement.h

    r57038 r57639  
    4242    virtual void parseMappedAttribute(MappedAttribute*);
    4343
    44     virtual bool disabled() const { return false; }
    45 
    4644    virtual void attach();
    4745    virtual void detach();
  • trunk/WebCore/wml/WMLSelectElement.h

    r57038 r57639  
    8989   
    9090    virtual void listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow = true);
    91 
    92     virtual void listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow = true) { return; }
    9391private:
    9492    virtual void insertedIntoTree(bool);
Note: See TracChangeset for help on using the changeset viewer.