Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.cpp |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.cpp |
index f50b360bf4948fbb54e7c18f13062df28428c76c..8fa12914946c4fc9a6e7e78dd68d980eeaf9901a 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.cpp |
@@ -44,7 +44,7 @@ LayoutSVGForeignObject::~LayoutSVGForeignObject() |
bool LayoutSVGForeignObject::isChildAllowed(LayoutObject* child, const ComputedStyle& style) const |
{ |
- // Disallow arbitary SVG content. Only allow proper <svg xmlns="svgNS"> subdocuments. |
+ // Disallow arbitrary SVG content. Only allow proper <svg xmlns="svgNS"> subdocuments. |
return !child->isSVG() || child->isSVGRoot(); |
} |