Changeset 106624 in webkit


Ignore:
Timestamp:
Feb 2, 2012 9:14:40 PM (12 years ago)
Author:
keishi@webkit.org
Message:

Remove OVERRIDE from ColorInputType::valueAsColor
https://bugs.webkit.org/show_bug.cgi?id=77701

Reviewed by Kent Tamura.

  • html/ColorInputType.h:

(WebCore::ColorInputType::valueAsColor):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r106623 r106624  
     12012-02-02  Keishi Hattori  <keishi@webkit.org>
     2
     3        Remove OVERRIDE from ColorInputType::valueAsColor
     4        https://bugs.webkit.org/show_bug.cgi?id=77701
     5
     6        Reviewed by Kent Tamura.
     7
     8        * html/ColorInputType.h:
     9        (WebCore::ColorInputType::valueAsColor):
     10
    1112012-02-02  Bear Travis  <betravis@adobe.com>
    212
  • trunk/Source/WebCore/html/ColorInputType.h

    r103400 r106624  
    5555    virtual String fallbackValue() const OVERRIDE;
    5656    virtual String sanitizeValue(const String&) const OVERRIDE;
    57     virtual Color valueAsColor() const OVERRIDE;
    5857    virtual void createShadowSubtree() OVERRIDE;
    5958    virtual void setValue(const String&, bool valueChanged, bool sendChangeEvent) OVERRIDE;
     
    6160    virtual void detach() OVERRIDE;
    6261
     62    Color valueAsColor() const;
    6363    void endColorChooser();
    6464    void updateColorSwatch();
Note: See TracChangeset for help on using the changeset viewer.