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

Unified Diff: Source/core/css/resolver/FontBuilder.h

Issue 197883021: Initialise raw pointer to null in FontBuilder constructor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added unit test Created 6 years, 9 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
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/css/resolver/FontBuilder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/resolver/FontBuilder.h
diff --git a/Source/core/css/resolver/FontBuilder.h b/Source/core/css/resolver/FontBuilder.h
index 96f24d21df4b6b5af36e48e16825144df8efae7b..3057f32cc986b5693715dcf150c9a8bc312b9dee 100644
--- a/Source/core/css/resolver/FontBuilder.h
+++ b/Source/core/css/resolver/FontBuilder.h
@@ -125,6 +125,8 @@ private:
// is changed, FontBuilder tracks the need to update
// style->font() with this bool.
bool m_fontDirty;
+
+ friend class FontBuilderTest;
};
}
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/css/resolver/FontBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698