|
SVGElement::parseAttribute resolves property via property map (Step 2.4)
This is to replace the existing |SVGElement::parseAttribute| implementation,
but as there are many callers, we would like to proceed this incrementally.
a) Introduce |SVGElement::parseAttributeNew| *LANDED*
b) Convert all overrides |SVGElement::parseAttribute| to
a |parseAttributeNew| call. <-- This patch
c) Replace existing |parseAttribute| with |parseAttributeNew|, and remove all
overrides simply calling |parseAttributeNew|
This patch is (b).
BUG= 397902
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183736
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+14 lines, -124 lines) |
Patch |
 |
M |
Source/core/svg/SVGCursorElement.cpp
|
View
|
1
|
3 chunks |
+5 lines, -23 lines |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGGlyphRefElement.cpp
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGMPathElement.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGMPathElement.cpp
|
View
|
1
|
1 chunk |
+3 lines, -27 lines |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGScriptElement.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGScriptElement.cpp
|
View
|
1
|
1 chunk |
+5 lines, -38 lines |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGTextPathElement.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGTextPathElement.cpp
|
View
|
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGURIReference.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGURIReference.cpp
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
Total messages: 7 (2 generated)
|