Changeset 243532 in webkit
- Timestamp:
- Mar 26, 2019, 6:05:32 PM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
svg/SVGAnimatorFactory.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r243525 r243532 1 2019-03-26 Said Abou-Hallawa <sabouhallawa@apple.com> 2 3 Unreviewed Windows build fix 4 https://bugs.webkit.org/show_bug.cgi?id=196083 5 <rdar://problem/49121836> 6 7 * svg/SVGAnimatorFactory.h: 8 (WebCore::SVGAnimatorFactory::isSupportedAttributeType): 9 1 10 2019-03-26 Wenson Hsieh <wenson_hsieh@apple.com> 2 11 -
trunk/Source/WebCore/svg/SVGAnimatorFactory.h
r243515 r243532 48 48 case AnimatedString: 49 49 case AnimatedUnknown: 50 return false;50 break; 51 51 52 52 case AnimatedPath: … … 54 54 return true; 55 55 } 56 57 return false; 56 58 } 57 59
Note:
See TracChangeset
for help on using the changeset viewer.