Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(423)

Unified Diff: Source/core/css/InspectorCSSOMWrappers.cpp

Issue 106423003: [oilpan] Rename visit to mark. (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Fix typo Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698