| Index: third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| index 14e7350a601cc697b86c7088b442b1e4c88c0cf2..1e355a20f85524e128a14b0786ca19086bf643d5 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| @@ -413,7 +413,7 @@ void SVGUseElement::buildShadowAndInstanceTree(SVGElement* target)
|
| if (instanceTreeIsLoading(m_targetElementInstance.get()))
|
| return;
|
|
|
| - // Assure shadow tree building was successfull
|
| + // Assure shadow tree building was successful
|
| ASSERT(m_targetElementInstance);
|
| ASSERT(m_targetElementInstance->correspondingUseElement() == this);
|
| ASSERT(m_targetElementInstance->correspondingElement() == target);
|
|
|