This is part of removing the tear off objects of the SVG properties.
<rdar://problem/49122914>
*** Bug 154141 has been marked as a duplicate of this bug. ***
Created attachment 365754 [details] Patch
Attachment 365754 [details] did not pass style-queue: ERROR: Source/WebCore/svg/properties/SVGAnimatedDecoratedProperty.h:33: Failed to find complete declaration of class DecoratedProperty [build/class] [5] Total errors found: 1 in 57 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 365754 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=365754&action=review > Source/WebCore/ChangeLog:44 > + To get the mechanics of this change correctly, new accessors, animators To get the mechanics of this change correct,
Created attachment 365911 [details] Patch
Attachment 365911 [details] did not pass style-queue: ERROR: Source/WebCore/svg/properties/SVGAnimatedDecoratedProperty.h:33: Failed to find complete declaration of class DecoratedProperty [build/class] [5] Total errors found: 1 in 57 files If any of these errors are false positives, please file a bug against check-webkit-style.
I found out these files can be removed with this patch: Source/WebCore/svg/properties/SVGAnimatedEnumerationPropertyTearOff.h Source/WebCore/svg/properties/SVGAnimatedStaticPropertyTearOff.h Source/WebCore/svg/properties/SVGStaticPropertyTearOff.h
Created attachment 365922 [details] Patch
Attachment 365922 [details] did not pass style-queue: ERROR: Source/WebCore/svg/properties/SVGAnimatedDecoratedProperty.h:33: Failed to find complete declaration of class DecoratedProperty [build/class] [5] Total errors found: 1 in 57 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 365922 [details] Patch Clearing flags on attachment: 365922 Committed r243478: <https://trac.webkit.org/changeset/243478>
All reviewed patches have been landed. Closing bug.