12014-05-07 Sergio Villar Senin <svillar@igalia.com>
2
3 Replace DEPRECATED_DEFINE_STATIC_LOCAL by static NeverDestroyed<T> in svg/
4 https://bugs.webkit.org/show_bug.cgi?id=132647
5
6 Reviewed by NOBODY (OOPS!).
7
8 * svg/SVGAElement.cpp:
9 (WebCore::SVGAElement::isSupportedAttribute):
10 * svg/SVGAnimateMotionElement.cpp:
11 (WebCore::SVGAnimateMotionElement::isSupportedAttribute):
12 * svg/SVGAnimateTransformElement.cpp:
13 (WebCore::SVGAnimateTransformElement::isSupportedAttribute):
14 * svg/SVGAnimatedLength.cpp:
15 (WebCore::sharedSVGLength):
16 * svg/SVGAnimationElement.cpp:
17 (WebCore::SVGAnimationElement::isSupportedAttribute):
18 * svg/SVGCircleElement.cpp:
19 (WebCore::SVGCircleElement::isSupportedAttribute):
20 * svg/SVGClipPathElement.cpp:
21 (WebCore::SVGClipPathElement::isSupportedAttribute):
22 * svg/SVGComponentTransferFunctionElement.cpp:
23 (WebCore::SVGComponentTransferFunctionElement::isSupportedAttribute):
24 * svg/SVGCursorElement.cpp:
25 (WebCore::SVGCursorElement::isSupportedAttribute):
26 * svg/SVGElement.cpp:
27 (WebCore::SVGElement::instancesForElement):
28 (WebCore::SVGElement::childShouldCreateRenderer):
29 * svg/SVGEllipseElement.cpp:
30 (WebCore::SVGEllipseElement::isSupportedAttribute):
31 * svg/SVGFEBlendElement.cpp:
32 (WebCore::SVGFEBlendElement::isSupportedAttribute):
33 * svg/SVGFEColorMatrixElement.cpp:
34 (WebCore::SVGFEColorMatrixElement::isSupportedAttribute):
35 * svg/SVGFEComponentTransferElement.cpp:
36 (WebCore::SVGFEComponentTransferElement::isSupportedAttribute):
37 * svg/SVGFECompositeElement.cpp:
38 (WebCore::SVGFECompositeElement::isSupportedAttribute):
39 * svg/SVGFEConvolveMatrixElement.cpp:
40 (WebCore::SVGFEConvolveMatrixElement::isSupportedAttribute):
41 * svg/SVGFEDiffuseLightingElement.cpp:
42 (WebCore::SVGFEDiffuseLightingElement::isSupportedAttribute):
43 * svg/SVGFEDisplacementMapElement.cpp:
44 (WebCore::SVGFEDisplacementMapElement::isSupportedAttribute):
45 * svg/SVGFEDropShadowElement.cpp:
46 (WebCore::SVGFEDropShadowElement::isSupportedAttribute):
47 * svg/SVGFEGaussianBlurElement.cpp:
48 (WebCore::SVGFEGaussianBlurElement::isSupportedAttribute):
49 * svg/SVGFEImageElement.cpp:
50 (WebCore::SVGFEImageElement::isSupportedAttribute):
51 * svg/SVGFELightElement.cpp:
52 (WebCore::SVGFELightElement::isSupportedAttribute):
53 * svg/SVGFEMergeNodeElement.cpp:
54 (WebCore::SVGFEMergeNodeElement::isSupportedAttribute):
55 * svg/SVGFEMorphologyElement.cpp:
56 (WebCore::SVGFEMorphologyElement::isSupportedAttribute):
57 * svg/SVGFEOffsetElement.cpp:
58 (WebCore::SVGFEOffsetElement::isSupportedAttribute):
59 * svg/SVGFESpecularLightingElement.cpp:
60 (WebCore::SVGFESpecularLightingElement::isSupportedAttribute):
61 * svg/SVGFETileElement.cpp:
62 (WebCore::SVGFETileElement::isSupportedAttribute):
63 * svg/SVGFETurbulenceElement.cpp:
64 (WebCore::SVGFETurbulenceElement::isSupportedAttribute):
65 * svg/SVGFilterElement.cpp:
66 (WebCore::SVGFilterElement::isSupportedAttribute):
67 (WebCore::SVGFilterElement::childShouldCreateRenderer):
68 * svg/SVGFilterPrimitiveStandardAttributes.cpp:
69 (WebCore::SVGFilterPrimitiveStandardAttributes::isSupportedAttribute):
70 * svg/SVGForeignObjectElement.cpp:
71 (WebCore::SVGForeignObjectElement::isSupportedAttribute):
72 * svg/SVGGElement.cpp:
73 (WebCore::SVGGElement::isSupportedAttribute):
74 * svg/SVGGradientElement.cpp:
75 (WebCore::SVGGradientElement::isSupportedAttribute):
76 * svg/SVGGraphicsElement.cpp:
77 (WebCore::SVGGraphicsElement::isSupportedAttribute):
78 * svg/SVGImageElement.cpp:
79 (WebCore::SVGImageElement::isSupportedAttribute):
80 * svg/SVGLength.cpp:
81 (WebCore::SVGLength::lengthModeForAnimatedLengthAttribute):
82 * svg/SVGLineElement.cpp:
83 (WebCore::SVGLineElement::isSupportedAttribute):
84 * svg/SVGLinearGradientElement.cpp:
85 (WebCore::SVGLinearGradientElement::isSupportedAttribute):
86 * svg/SVGMPathElement.cpp:
87 (WebCore::SVGMPathElement::isSupportedAttribute):
88 * svg/SVGMarkerElement.cpp:
89 (WebCore::SVGMarkerElement::isSupportedAttribute):
90 * svg/SVGMaskElement.cpp:
91 (WebCore::SVGMaskElement::isSupportedAttribute):
92 * svg/SVGPathElement.cpp:
93 (WebCore::SVGPathElement::isSupportedAttribute):
94 * svg/SVGPatternElement.cpp:
95 (WebCore::SVGPatternElement::isSupportedAttribute):
96 * svg/SVGPolyElement.cpp:
97 (WebCore::SVGPolyElement::isSupportedAttribute):
98 * svg/SVGRadialGradientElement.cpp:
99 (WebCore::SVGRadialGradientElement::isSupportedAttribute):
100 * svg/SVGRectElement.cpp:
101 (WebCore::SVGRectElement::isSupportedAttribute):
102 * svg/SVGScriptElement.cpp:
103 (WebCore::SVGScriptElement::isSupportedAttribute):
104 * svg/SVGStopElement.cpp:
105 (WebCore::SVGStopElement::isSupportedAttribute):
106 * svg/SVGStyleElement.cpp:
107 (WebCore::SVGStyleElement::isSupportedAttribute):
108 * svg/SVGSymbolElement.cpp:
109 (WebCore::SVGSymbolElement::isSupportedAttribute):
110 * svg/SVGTRefElement.cpp:
111 (WebCore::SVGTRefElement::isSupportedAttribute):
112 * svg/SVGTests.cpp:
113 (WebCore::SVGTests::attributeToPropertyMap):
114 * svg/SVGTextContentElement.cpp:
115 (WebCore::SVGTextContentElement::textLengthAnimated):
116 (WebCore::SVGTextContentElement::isSupportedAttribute):
117 * svg/SVGTextPathElement.cpp:
118 (WebCore::SVGTextPathElement::isSupportedAttribute):
119 * svg/SVGTextPositioningElement.cpp:
120 (WebCore::SVGTextPositioningElement::isSupportedAttribute):
121 * svg/SVGUseElement.cpp:
122 (WebCore::SVGUseElement::isSupportedAttribute):
123 (WebCore::isDisallowedElement):
124 * svg/SVGViewElement.cpp:
125 (WebCore::SVGViewElement::isSupportedAttribute):
126