| Index: Source/core/svg/SVGUnknownElement.h
|
| diff --git a/Source/core/svg/SVGUnknownElement.h b/Source/core/svg/SVGUnknownElement.h
|
| index ac26eb815c025ba2c756975eaf7806e343105367..6576558a7b9afb13aa1ebefecc9dc2cf9a31e3dc 100644
|
| --- a/Source/core/svg/SVGUnknownElement.h
|
| +++ b/Source/core/svg/SVGUnknownElement.h
|
| @@ -40,7 +40,7 @@ namespace blink {
|
| // - Registered custom tag elements in SVG namespace (http://www.w3.org/TR/2013/WD-custom-elements-20130514/#registering-custom-elements)
|
| //
|
| // The main purpose of this class at the moment is to override layoutObjectIsNeeded() to return
|
| -// false to make sure we don't attempt to render such elements.
|
| +// false to make sure we don't attempt to layout such elements.
|
| class SVGUnknownElement final : public SVGElement {
|
| public:
|
| DECLARE_ELEMENT_FACTORY_WITH_TAGNAME(SVGUnknownElement);
|
|
|