Changeset 61085 in webkit


Ignore:
Timestamp:
Jun 13, 2010 12:54:21 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-06-13 Clemmitt Sigler <cmsigler@gmail.com>

Reviewed by Eric Seidel.

Patch to fix missing references to RenderMathMLRoot,
RenderMathMLSquareRoot when building GtkLauncher.
https://bugs.webkit.org/show_bug.cgi?id=40326

No change in functionality so no new tests.

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

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r61083 r61085  
     12010-06-13  Clemmitt Sigler  <cmsigler@gmail.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Patch to fix missing references to RenderMathMLRoot,
     6        RenderMathMLSquareRoot when building GtkLauncher.
     7        https://bugs.webkit.org/show_bug.cgi?id=40326
     8
     9        No change in functionality so no new tests.
     10
     11        * GNUmakefile.am:
     12
    1132010-06-12  Brian Weinstein  <bweinstein@apple.com>
    214
  • trunk/WebCore/GNUmakefile.am

    r61073 r61085  
    30293029        WebCore/mathml/RenderMathMLOperator.cpp \
    30303030        WebCore/mathml/RenderMathMLOperator.h \
     3031        WebCore/mathml/RenderMathMLRoot.cpp \
     3032        WebCore/mathml/RenderMathMLRoot.h \
    30313033        WebCore/mathml/RenderMathMLRow.cpp \
    30323034        WebCore/mathml/RenderMathMLRow.h \
     3035        WebCore/mathml/RenderMathMLSquareRoot.cpp \
     3036        WebCore/mathml/RenderMathMLSquareRoot.h \
    30333037        WebCore/mathml/RenderMathMLSubSup.cpp \
    30343038        WebCore/mathml/RenderMathMLSubSup.h \
Note: See TracChangeset for help on using the changeset viewer.