| Index: third_party/WebKit/Source/core/svg/SVGUnknownElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGUnknownElement.h b/third_party/WebKit/Source/core/svg/SVGUnknownElement.h
|
| index 654ebf270afa19543b01334175fb2637e3a262ff..ba86353d911eb054b553ea410d7bb9aa7b632580 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGUnknownElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGUnknownElement.h
|
| @@ -37,10 +37,12 @@ namespace blink {
|
|
|
| // This type is used for 2 kinds of elements:
|
| // - Unknown Elements in SVG namespace
|
| -// - Registered custom tag elements in SVG namespace (http://www.w3.org/TR/2013/WD-custom-elements-20130514/#registering-custom-elements)
|
| +// - 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 layout such 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
|
| +// layout such elements.
|
| class SVGUnknownElement final : public SVGElement {
|
| public:
|
| DECLARE_ELEMENT_FACTORY_WITH_TAGNAME(SVGUnknownElement);
|
|
|