Changeset 62239 in webkit


Ignore:
Timestamp:
Jul 1, 2010 1:36:54 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-07-01 Eric Seidel <eric@webkit.org>

Unreviewed. Fix paste-o in Gtk build file.

Split out HTMLFormattingElementList into its own file
https://bugs.webkit.org/show_bug.cgi?id=41440

  • GNUmakefile.am:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r62238 r62239  
     12010-07-01  Eric Seidel  <eric@webkit.org>
     2
     3        Unreviewed.  Fix paste-o in Gtk build file.
     4
     5        Split out HTMLFormattingElementList into its own file
     6        https://bugs.webkit.org/show_bug.cgi?id=41440
     7
     8        * GNUmakefile.am:
     9
    1102010-07-01  Nikolas Zimmermann  <nzimmermann@rim.com>
    211
  • trunk/WebCore/GNUmakefile.am

    r62235 r62239  
    230230        WebCore/html/HTMLEmbedElement.idl \
    231231        WebCore/html/HTMLFieldSetElement.idl \
    232         WebCore/html/HTMLFormattingElementList.cpp \
    233232        WebCore/html/HTMLFontElement.idl \
    234233        WebCore/html/HTMLFormElement.idl \
     
    11741173        WebCore/html/HTMLFontElement.cpp \
    11751174        WebCore/html/HTMLFontElement.h \
     1175        WebCore/html/HTMLFormattingElementList.cpp \
     1176        WebCore/html/HTMLFormattingElementList.h \
    11761177        WebCore/html/HTMLFormCollection.cpp \
    11771178        WebCore/html/HTMLFormCollection.h \
Note: See TracChangeset for help on using the changeset viewer.