Changeset 68892 in webkit


Ignore:
Timestamp:
Oct 1, 2010 9:32:27 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-10-01 Rafael Antognolli <antognolli@profusion.mobi>

Unreviewed build fix.

[CMAKE] Build fix for r68878
https://bugs.webkit.org/show_bug.cgi?id=46985

Fix name of files added to CMakeLists.txt:
SVGTextLayoutBaseline.cpp -> SVGTextLayoutEngineBaseline.cpp
SVGTextLayoutSpacing.cpp -> SVGTextLayoutEngineSpacing.cpp

No features added, so no new tests.

  • CMakeLists.txt:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/CMakeLists.txt

    r68878 r68892  
    17091709        rendering/svg/SVGTextLayoutAttributes.cpp
    17101710        rendering/svg/SVGTextLayoutAttributesBuilder.cpp
    1711         rendering/svg/SVGTextLayoutBaseline.cpp
    1712         rendering/svg/SVGTextLayoutSpacing.cpp
     1711        rendering/svg/SVGTextLayoutEngineBaseline.cpp
     1712        rendering/svg/SVGTextLayoutEngineSpacing.cpp
    17131713        rendering/svg/SVGTextMetrics.cpp
    17141714        rendering/svg/SVGTextQuery.cpp
  • trunk/WebCore/ChangeLog

    r68889 r68892  
     12010-10-01  Rafael Antognolli  <antognolli@profusion.mobi>
     2
     3        Unreviewed build fix.
     4
     5        [CMAKE] Build fix for r68878
     6        https://bugs.webkit.org/show_bug.cgi?id=46985
     7
     8        Fix name of files added to CMakeLists.txt:
     9        SVGTextLayoutBaseline.cpp -> SVGTextLayoutEngineBaseline.cpp
     10        SVGTextLayoutSpacing.cpp -> SVGTextLayoutEngineSpacing.cpp
     11
     12        No features added, so no new tests.
     13
     14        * CMakeLists.txt:
     15
    1162010-10-01  Ragner Magalhaes  <ragner.magalhaes@openbossa.org>
    217
Note: See TracChangeset for help on using the changeset viewer.