Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp |
index 43e91e7a7c8a952a6d466f525956d8d47477fec7..88627af9083f36df1983ffffc8bb61a5ff3fb23e 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp |
@@ -297,7 +297,7 @@ static inline void removeFromCacheAndInvalidateDependencies(LayoutObject* object |
for (SVGElement* element : *dependencies) { |
if (LayoutObject* layoutObject = element->layoutObject()) { |
if (UNLIKELY(!invalidatingDependencies->add(element).isNewEntry)) { |
- // Reference cycle: we are in process of invalidating this dependant. |
+ // Reference cycle: we are in process of invalidating this dependent. |
continue; |
} |