Index: third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp |
diff --git a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp |
index bfec3e227ecf1e71c3556b22c8e1275606c9a8eb..7772f591f8ac6ba50ec68c88e9544ee271738b34 100644 |
--- a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp |
+++ b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp |
@@ -81,7 +81,7 @@ RemoteFontFaceSource::RemoteFontFaceSource(FontResource* font, |
font_->Url().ElidedString())); |
} |
- // Note: this may call notifyFinished() and clear m_font. |
+ // Note: this may call notifyFinished() and clear font_. |
font_->AddClient(this); |
} |
@@ -347,7 +347,7 @@ void RemoteFontFaceSource::FontLoadHistograms::MaySetDataSource( |
DataSource data_source) { |
if (data_source_ != kFromUnknown) |
return; |
- // Classify as memory cache hit if |m_loadStartTime| is not set, i.e. |
+ // Classify as memory cache hit if |load_start_time_| is not set, i.e. |
// this RemoteFontFaceSource instance didn't trigger FontResource |
// loading. |
if (load_start_time_ == 0) |