Changeset 106377 in webkit


Ignore:
Timestamp:
Jan 31, 2012 12:00:37 PM (12 years ago)
Author:
eric@webkit.org
Message:

HTMLIsIndexElement should not expose HTMLInputElement properties
https://bugs.webkit.org/show_bug.cgi?id=76095

Patch by Rafael Brandao <rafael.lobo@openbossa.org> on 2012-01-31
Reviewed by Eric Seidel.

This is a buildfix for r106373.

  • DerivedSources.pri: Removed reference to HTMLIsIndexElement.idl
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r106376 r106377  
     12012-01-31  Rafael Brandao  <rafael.lobo@openbossa.org>
     2
     3        HTMLIsIndexElement should not expose HTMLInputElement properties
     4        https://bugs.webkit.org/show_bug.cgi?id=76095
     5
     6        Reviewed by Eric Seidel.
     7
     8        This is a buildfix for r106373.
     9
     10        * DerivedSources.pri: Removed reference to HTMLIsIndexElement.idl
     11
    1122012-01-31  Yongsheng Zhu  <yongsheng.zhu@intel.com>
    213
  • trunk/Source/WebCore/DerivedSources.pri

    r106217 r106377  
    279279    $$PWD/html/HTMLImageElement.idl \
    280280    $$PWD/html/HTMLInputElement.idl \
    281     $$PWD/html/HTMLIsIndexElement.idl \
    282281    $$PWD/html/HTMLKeygenElement.idl \
    283282    $$PWD/html/HTMLLabelElement.idl \
Note: See TracChangeset for help on using the changeset viewer.