| Index: Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp
|
| diff --git a/Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp b/Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp
|
| index afa73103f9f234d2e94dac4e73ed38a9d8cc5288..eddd617cb836d55feeb5254e3b1d47858f8745de 100644
|
| --- a/Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp
|
| +++ b/Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp
|
| @@ -38,7 +38,7 @@
|
| #include <ApplicationServices/ApplicationServices.h>
|
| #include "hb.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| static hb_position_t floatToHarfBuzzPosition(CGFloat value)
|
| {
|
| @@ -141,4 +141,4 @@ hb_font_t* HarfBuzzFace::createFont()
|
| return font;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|