Index: Source/core/css/InspectorCSSOMWrappers.cpp |
diff --git a/Source/core/css/InspectorCSSOMWrappers.cpp b/Source/core/css/InspectorCSSOMWrappers.cpp |
index d4f5f7d5dbdc4de8c8ff4ec06ef4c0906540b3a6..5c8ca76f44a34143482a458d61f96f048f4daeac 100644 |
--- a/Source/core/css/InspectorCSSOMWrappers.cpp |
+++ b/Source/core/css/InspectorCSSOMWrappers.cpp |
@@ -87,7 +87,7 @@ void InspectorCSSOMWrappers::collect(ListType* listType) |
collect(static_cast<CSSHostRule*>(cssRule)); |
break; |
case CSSRule::STYLE_RULE: { |
- // FIXME(oilpan): We should visit this map instead of |
+ // FIXME(oilpan): We should trace this map instead of |
// relying on something else keeping the style rule alive. |
CSSStyleRule* cssStyleRule = static_cast<CSSStyleRule*>(cssRule); |
StyleRule* styleRule = cssStyleRule->styleRule(); |