| Index: third_party/WebKit/Source/core/svg/SVGDiscardElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGDiscardElement.cpp b/third_party/WebKit/Source/core/svg/SVGDiscardElement.cpp
|
| index 7038369e4eda7b41a4db3b1142985f3601813840..54bb4f177a0347070c8cbd515665af1e5403b034 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGDiscardElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGDiscardElement.cpp
|
| @@ -42,7 +42,8 @@ inline SVGDiscardElement::SVGDiscardElement(Document& document)
|
| DEFINE_NODE_FACTORY(SVGDiscardElement)
|
|
|
| bool SVGDiscardElement::hasValidAttributeType() {
|
| - // Even if there is no targetElement, discard is still a valid animation as it has to delete itself.
|
| + // Even if there is no targetElement, discard is still a valid animation as it
|
| + // has to delete itself.
|
| return true;
|
| }
|
|
|
|
|