Changeset 64966 in webkit


Ignore:
Timestamp:
Aug 8, 2010 11:56:22 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-08-08 ryuan choi <ryuan.choi@samsung.com>

Reviewed by Darin Adler.

REGRESSION(64898,64949) build break because of wrong filename
https://bugs.webkit.org/show_bug.cgi?id=43701

add SVGPathStringSource.cpp and modify SVGPathSourceString.cpp to
SVGPathStringSource.cpp

simple fixing build break, so No new tests.

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

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/CMakeLists.txt

    r64909 r64966  
    16981698        svg/SVGPathSegListBuilder.cpp
    16991699        svg/SVGPathSegMoveto.cpp
    1700         svg/SVGPathSourceString.cpp
     1700        svg/SVGPathStringBuilder.cpp
     1701        svg/SVGPathStringSource.cpp
    17011702        svg/SVGPatternElement.cpp
    17021703        svg/SVGPointList.cpp
  • trunk/WebCore/ChangeLog

    r64965 r64966  
     12010-08-08  ryuan choi  <ryuan.choi@samsung.com>
     2
     3        Reviewed by Darin Adler.
     4
     5        REGRESSION(64898,64949) build break because of wrong filename
     6        https://bugs.webkit.org/show_bug.cgi?id=43701
     7
     8        add SVGPathStringSource.cpp and modify SVGPathSourceString.cpp to
     9        SVGPathStringSource.cpp
     10
     11        simple fixing build break, so No new tests.
     12
     13        * CMakeLists.txt:
     14
    1152010-08-08  Ariya Hidayat  <ariya@sencha.com>
    216
Note: See TracChangeset for help on using the changeset viewer.