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

Unified Diff: third_party/WebKit/Source/core/css/CSSFontFaceSource.cpp

Issue 2812743003: Rename cleanup in comments in css/ directory. (Closed)
Patch Set: Created 3 years, 8 months 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: third_party/WebKit/Source/core/css/CSSFontFaceSource.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSFontFaceSource.cpp b/third_party/WebKit/Source/core/css/CSSFontFaceSource.cpp
index 58cd47e47e6754888dea0089b934dc6eb03efa95..71282d54e30c796bdc76c04e8cbba8e05c8e1658 100644
--- a/third_party/WebKit/Source/core/css/CSSFontFaceSource.cpp
+++ b/third_party/WebKit/Source/core/css/CSSFontFaceSource.cpp
@@ -58,7 +58,7 @@ PassRefPtr<SimpleFontData> CSSFontFaceSource::GetFontData(
if (!font_data)
font_data = CreateFontData(font_description);
// No release, because fontData is a reference to a RefPtr that is held in the
- // m_fontDataTable.
+ // font_data_table_.
return font_data;
}

Powered by Google App Engine
This is Rietveld 408576698