⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 99390 in webkit


Ignore:
Timestamp:
Nov 6, 2011, 6:25:46 PM (15 years ago)
Author:
keishi@webkit.org
Message:

Remove extra semicolon in ColorInputType
https://bugs.webkit.org/show_bug.cgi?id=71639

Reviewed by Kent Tamura.

  • html/ColorInputType.cpp:

(WebCore::ColorInputType::setValue):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r99389 r99390  
     12011-11-06  Keishi Hattori  <keishi@webkit.org>
     2
     3        Remove extra semicolon in ColorInputType
     4        https://bugs.webkit.org/show_bug.cgi?id=71639
     5
     6        Reviewed by Kent Tamura.
     7
     8        * html/ColorInputType.cpp:
     9        (WebCore::ColorInputType::setValue):
     10
    1112011-11-06  Dominic Cooney  <dominicc@chromium.org>
    212
  • trunk/Source/WebCore/html/ColorInputType.cpp

    r97351 r99390  
    119119}
    120120
    121 void ColorInputType::setValue(const String& value, bool valueChanged, bool sendChangeEvent);
     121void ColorInputType::setValue(const String& value, bool valueChanged, bool sendChangeEvent)
    122122{
    123123    InputType::setValue(value, valueChanged, sendChangeEvent);
Note: See TracChangeset for help on using the changeset viewer.