Changeset 72384 in webkit


Ignore:
Timestamp:
Nov 19, 2010 5:20:30 AM (13 years ago)
Author:
Nikolas Zimmermann
Message:

2010-11-19 Nikolas Zimmermann <nzimmermann@rim.com>

Not reviewed. Fix Qt build.

  • WebCore.pro: Move SVGPathSegListPropertyTearOff.cpp from HEADERS to SOURCES list. This got lost, when reapplying the patch from the bug - I only fixed it locally before landing the first time.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r72381 r72384  
     12010-11-19  Nikolas Zimmermann  <nzimmermann@rim.com>
     2
     3        Not reviewed. Fix Qt build.
     4
     5        * WebCore.pro: Move SVGPathSegListPropertyTearOff.cpp from HEADERS to SOURCES list. This got lost, when reapplying the patch from the bug - I only fixed it locally before landing the first time.
     6
    172010-11-19  Nikolas Zimmermann  <nzimmermann@rim.com>
    28
  • trunk/WebCore/WebCore.pro

    r72381 r72384  
    23702370    svg/properties/SVGListProperty.h \
    23712371    svg/properties/SVGListPropertyTearOff.h \
    2372     svg/properties/SVGPathSegListPropertyTearOff.cpp \
    23732372    svg/properties/SVGPathSegListPropertyTearOff.h \
    23742373    svg/properties/SVGProperty.h \
     
    35653564        svg/graphics/filters/SVGFilterBuilder.cpp \
    35663565        svg/graphics/SVGImage.cpp \
     3566        svg/properties/SVGPathSegListPropertyTearOff.cpp \
    35673567        rendering/RenderForeignObject.cpp \
    35683568        rendering/RenderSVGBlock.cpp \
Note: See TracChangeset for help on using the changeset viewer.