Changeset 47514 in webkit


Ignore:
Timestamp:
Aug 19, 2009 10:57:37 AM (15 years ago)
Author:
pkasting@chromium.org
Message:

https://bugs.webkit.org/show_bug.cgi?id=27357
Removed the two unnecessary overridden willValidate() methods introduced
in r47444.

Patch by Michelangelo De Simone <micdesim@gmail.com> on 2009-08-19
Reviewed by Darin Adler.

  • html/HTMLKeygenElement.h:
  • html/HTMLObjectElement.h:
Location:
trunk/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r47513 r47514  
     12009-08-19  Michelangelo De Simone  <micdesim@gmail.com>
     2
     3        Reviewed by Darin Adler.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=27357
     6        Removed the two unnecessary overridden willValidate() methods introduced
     7        in r47444.
     8
     9        * html/HTMLKeygenElement.h:
     10        * html/HTMLObjectElement.h:
     11
    1122009-08-19  Pavel Feldman  <pfeldman@chromium.org>
    213
  • trunk/WebCore/html/HTMLKeygenElement.h

    r47444 r47514  
    3939    virtual bool appendFormData(FormDataList&, bool);
    4040
    41     virtual bool willValidate() const { return false; }
    42 
    4341private:
    4442    AtomicString m_challenge;
  • trunk/WebCore/html/HTMLObjectElement.h

    r47469 r47514  
    7777    virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const;
    7878
    79     virtual bool willValidate() const { return false; }
    80 
    8179private:
    8280    void updateDocNamedItem();
Note: See TracChangeset for help on using the changeset viewer.