| Index: third_party/WebKit/Source/core/css/resolver/FontBuilderTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/FontBuilderTest.cpp b/third_party/WebKit/Source/core/css/resolver/FontBuilderTest.cpp
|
| index af0d1534e35a81fec82e31b95e2766305d6725c0..b04ed63ca3c55872511633831814032788e75564 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/FontBuilderTest.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/FontBuilderTest.cpp
|
| @@ -60,7 +60,8 @@ TEST_F(FontBuilderInitTest, NotDirty) {
|
| }
|
|
|
| // This test verifies that when you are setting some field F via FontBuilder,
|
| -// only F is actually modified on the incoming ComputedStyle::fontDescription.
|
| +// only F is actually modified on the incoming
|
| +// ComputedStyle::GetFontDescription.
|
| TEST_P(FontBuilderAdditiveTest, OnlySetValueIsModified) {
|
| FunctionPair funcs = GetParam();
|
|
|
|
|