| Index: Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp
|
| diff --git a/Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp b/Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp
|
| index 20a22e77a80c530bce2c4fac6d1f191eae9a56c5..d1c500bd29fedb546677203c5acf02da50c3b5e8 100644
|
| --- a/Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp
|
| +++ b/Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp
|
| @@ -45,7 +45,7 @@
|
| #include "hb.h"
|
| #include "wtf/HashMap.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // Our implementation of the callbacks which HarfBuzz requires by using Skia
|
| // calls. See the HarfBuzz source for references about what these callbacks do.
|
| @@ -234,4 +234,4 @@ hb_font_t* HarfBuzzFace::createFont()
|
| return font;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|