Changeset 96697 in webkit


Ignore:
Timestamp:
Oct 5, 2011 5:21:19 AM (12 years ago)
Author:
loislo@chromium.org
Message:

Unreviewed build fix for windows bots after r96679.

  • html/NumberInputType.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r96695 r96697  
     12011-10-05  Ilya Tikhonovsky  <loislo@chromium.org>
     2
     3        Unreviewed build fix for windows bots after r96679.
     4
     5        * html/NumberInputType.h:
     6
    172011-10-04  Pavel Feldman  <pfeldman@google.com>
    28
  • trunk/Source/WebCore/html/NumberInputType.h

    r96679 r96697  
    6565    virtual String serialize(double) const;
    6666    virtual double acceptableError(double) const;
    67     virtual void handleBlurEvent() OVERRIDE;
     67    virtual void handleBlurEvent();
    6868    virtual String visibleValue() const;
    6969    virtual String convertFromVisibleValue(const String&) const;
Note: See TracChangeset for help on using the changeset viewer.