| Index: Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp
|
| diff --git a/Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp b/Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp
|
| index 5320c1bc907edf6356744726c7da1d3a04eaeb9f..471010c7650f8f3f871f8a9ea9ae8c0c0f3debfb 100644
|
| --- a/Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp
|
| +++ b/Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "platform/fonts/harfbuzz/HarfBuzzFace.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| FontPlatformData::FontPlatformData(WTF::HashTableDeletedValueType)
|
| : m_textSize(0)
|
| @@ -219,4 +219,4 @@ HarfBuzzFace* FontPlatformData::harfBuzzFace() const
|
| return m_harfBuzzFace.get();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|