Chromium Code Reviews| Index: Source/core/layout/style/SVGLayoutStyleDefs.h |
| diff --git a/Source/core/layout/style/SVGLayoutStyleDefs.h b/Source/core/layout/style/SVGLayoutStyleDefs.h |
| index 0608e20ff5ea8ea19e03ba5166d64288ad8607b7..b40e4fda455355fcd62daa55d22d73e5586c629f 100644 |
| --- a/Source/core/layout/style/SVGLayoutStyleDefs.h |
| +++ b/Source/core/layout/style/SVGLayoutStyleDefs.h |
| @@ -211,7 +211,7 @@ public: |
| float floodOpacity; |
| Color lightingColor; |
| - RefPtrWillBePersistent<SVGLength> baselineShiftValue; |
| + Length baselineShiftValue; |
| private: |
| StyleMiscData(); |