Chromium Code Reviews| 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; |
| }; |
| } |