Skip to content
  • commit-queue@webkit.org's avatar
    Adding "explicit" keyword in forms related classes constructor · 7a7fc643
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=120366
    
    Patch by Santosh Mahto <santosh.ma@samsung.com> on 2013-08-27
    Reviewed by Darin Adler.
    
    Adding "explicit" keyword in constructors.
    
    * html/BaseButtonInputType.h:
    (WebCore::BaseButtonInputType::BaseButtonInputType):
    * html/BaseCheckableInputType.h:
    (WebCore::BaseCheckableInputType::BaseCheckableInputType):
    * html/BaseChooserOnlyDateAndTimeInputType.h:
    (WebCore::BaseChooserOnlyDateAndTimeInputType::BaseChooserOnlyDateAndTimeInputType):
    * html/BaseClickableWithKeyInputType.h:
    (WebCore::BaseClickableWithKeyInputType::BaseClickableWithKeyInputType):
    * html/BaseTextInputType.h:
    (WebCore::BaseTextInputType::BaseTextInputType):
    * html/ColorInputType.h:
    (WebCore::ColorInputType::ColorInputType):
    * html/DateInputType.h:
    * html/DateTimeInputType.h:
    (WebCore::DateTimeInputType::DateTimeInputType):
    * html/DateTimeLocalInputType.h:
    (WebCore::DateTimeLocalInputType::DateTimeLocalInputType):
    * html/EmailInputType.h:
    (WebCore::EmailInputType::EmailInputType):
    * html/FileInputType.h:
    * html/HiddenInputType.h:
    (WebCore::HiddenInputType::HiddenInputType):
    * html/ImageData.h:
    * html/ImageInputType.h:
    * html/InputType.h:
    (WebCore::InputType::InputType):
    * html/MediaController.h:
    * html/MonthInputType.h:
    (WebCore::MonthInputType::MonthInputType):
    * html/RadioInputType.h:
    (WebCore::RadioInputType::RadioInputType):
    * html/RangeInputType.h:
    * html/ResetInputType.h:
    (WebCore::ResetInputType::ResetInputType):
    * html/SearchInputType.h:
    * html/SubmitInputType.h:
    (WebCore::SubmitInputType::SubmitInputType):
    * html/TelephoneInputType.h:
    (WebCore::TelephoneInputType::TelephoneInputType):
    * html/TextFieldInputType.h:
    * html/TextInputType.h:
    (WebCore::TextInputType::TextInputType):
    * html/TimeInputType.h:
    * html/URLInputType.h:
    (WebCore::URLInputType::URLInputType):
    * html/ValidationMessage.h:
    * html/WeekInputType.h:
    (WebCore::WeekInputType::WeekInputType):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@154721 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    7a7fc643