| Index: Source/core/css/resolver/FontBuilder.cpp
|
| diff --git a/Source/core/css/resolver/FontBuilder.cpp b/Source/core/css/resolver/FontBuilder.cpp
|
| index 009e557cef48b9b4234c5d610a8ed6fc0f3d8200..a148871e9fb6f1410883ae53b5b035ebcbf79a3e 100644
|
| --- a/Source/core/css/resolver/FontBuilder.cpp
|
| +++ b/Source/core/css/resolver/FontBuilder.cpp
|
| @@ -360,20 +360,6 @@ void FontBuilder::setWeight(FontWeight fontWeight)
|
| scope.fontDescription().setWeight(fontWeight);
|
| }
|
|
|
| -void FontBuilder::setWeightBolder()
|
| -{
|
| - FontDescriptionChangeScope scope(this);
|
| -
|
| - scope.fontDescription().setWeight(scope.fontDescription().bolderWeight());
|
| -}
|
| -
|
| -void FontBuilder::setWeightLighter()
|
| -{
|
| - FontDescriptionChangeScope scope(this);
|
| -
|
| - scope.fontDescription().setWeight(scope.fontDescription().lighterWeight());
|
| -}
|
| -
|
| void FontBuilder::setStretch(FontStretch fontStretch)
|
| {
|
| FontDescriptionChangeScope scope(this);
|
|
|