| Index: third_party/WebKit/Source/core/svg/SVGAnimatedNumberOptionalNumber.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedNumberOptionalNumber.h b/third_party/WebKit/Source/core/svg/SVGAnimatedNumberOptionalNumber.h
|
| index 45948d1699b6bc1bcbf8bfd3e818b2ff470c6b7b..a6564514b59590a7d2123100cfecdb4fd8b7c545 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedNumberOptionalNumber.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedNumberOptionalNumber.h
|
| @@ -38,9 +38,10 @@
|
| namespace blink {
|
|
|
| // SVG Spec: http://www.w3.org/TR/SVG11/types.html <number-optional-number>
|
| -// Unlike other SVGAnimated* class, this class is not exposed to Javascript directly,
|
| -// while DOM attribute and SMIL animations operate on this class.
|
| -// From Javascript, the two SVGAnimatedNumbers |firstNumber| and |secondNumber| are used.
|
| +// Unlike other SVGAnimated* class, this class is not exposed to Javascript
|
| +// directly, while DOM attribute and SMIL animations operate on this class.
|
| +// From Javascript, the two SVGAnimatedNumbers |firstNumber| and |secondNumber|
|
| +// are used.
|
| // For example, see SVGFEDropShadowElement::stdDeviation{X,Y}()
|
| class SVGAnimatedNumberOptionalNumber
|
| : public SVGAnimatedPropertyCommon<SVGNumberOptionalNumber> {
|
|
|