Changeset 88670 in webkit


Ignore:
Timestamp:
Jun 13, 2011 12:12:04 PM (13 years ago)
Author:
krit@webkit.org
Message:

2011-06-13 Dirk Schulze <krit@webkit.org>

Reviewed build fix of mac.

SVGAnimation should use direct unit animation for SVGLength
https://bugs.webkit.org/show_bug.cgi?id=61368

Forgot to add SVGAnimatedLength.cpp.

  • WebCore.xcodeproj/project.pbxproj:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r88664 r88670  
     12011-06-13  Dirk Schulze  <krit@webkit.org>
     2
     3        Reviewed build fix of mac.
     4
     5        SVGAnimation should use direct unit animation for SVGLength
     6        https://bugs.webkit.org/show_bug.cgi?id=61368
     7
     8        Forgot to add SVGAnimatedLength.cpp.
     9
     10        * WebCore.xcodeproj/project.pbxproj:
     11
    1122011-06-13  Dirk Schulze  <krit@webkit.org>
    213
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r88663 r88670  
    969969                436708FA12D9CA4B00044234 /* SVGResourcesCycleSolver.h in Headers */ = {isa = PBXBuildFile; fileRef = 436708BB12D9CA4B00044234 /* SVGResourcesCycleSolver.h */; };
    970970                436708FC12D9CA4B00044234 /* SVGShadowTreeElements.h in Headers */ = {isa = PBXBuildFile; fileRef = 436708BD12D9CA4B00044234 /* SVGShadowTreeElements.h */; };
     971                4381763B13A697D4007D1187 /* SVGAnimatedLength.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4381763A13A697D4007D1187 /* SVGAnimatedLength.cpp */; };
    971972                439046D712DA25E800AF80A2 /* RenderMathMLBlock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 439046C312DA25E800AF80A2 /* RenderMathMLBlock.cpp */; };
    972973                439046D812DA25E800AF80A2 /* RenderMathMLBlock.h in Headers */ = {isa = PBXBuildFile; fileRef = 439046C412DA25E800AF80A2 /* RenderMathMLBlock.h */; };
     
    75637564                436708BC12D9CA4B00044234 /* SVGShadowTreeElements.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SVGShadowTreeElements.cpp; sourceTree = "<group>"; };
    75647565                436708BD12D9CA4B00044234 /* SVGShadowTreeElements.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SVGShadowTreeElements.h; sourceTree = "<group>"; };
     7566                4381763A13A697D4007D1187 /* SVGAnimatedLength.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SVGAnimatedLength.cpp; sourceTree = "<group>"; };
    75657567                439046C312DA25E800AF80A2 /* RenderMathMLBlock.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RenderMathMLBlock.cpp; path = mathml/RenderMathMLBlock.cpp; sourceTree = "<group>"; };
    75667568                439046C412DA25E800AF80A2 /* RenderMathMLBlock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RenderMathMLBlock.h; path = mathml/RenderMathMLBlock.h; sourceTree = "<group>"; };
     
    1740217404                                0823D158127AD6AC000EBC95 /* SVGAnimatedInteger.h */,
    1740317405                                B22277E90D00BF1F0071B782 /* SVGAnimatedInteger.idl */,
     17406                                4381763A13A697D4007D1187 /* SVGAnimatedLength.cpp */,
    1740417407                                089021A8126EF5DE0092D5EA /* SVGAnimatedLength.h */,
    1740517408                                B22277EA0D00BF1F0071B782 /* SVGAnimatedLength.idl */,
     
    2591925922                                977E2E0E12F0FC9C00C13379 /* XSSAuditor.cpp in Sources */,
    2592025923                                FD537352137B651800008DCE /* ZeroPole.cpp in Sources */,
     25924                                4381763B13A697D4007D1187 /* SVGAnimatedLength.cpp in Sources */,
    2592125925                        );
    2592225926                        runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset for help on using the changeset viewer.