| Index: Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp
|
| diff --git a/Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp b/Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp
|
| index 9cc0e3b577029e4fc8b63b1f11f768fb3777a1dc..68df69356a1c8ede832e313e7bddaca99b9abd9c 100644
|
| --- a/Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp
|
| +++ b/Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp
|
| @@ -52,7 +52,7 @@
|
| #include <map>
|
| #include <string>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| template<typename T>
|
| class HarfBuzzScopedPtr {
|
| @@ -1130,4 +1130,4 @@ FloatRect HarfBuzzShaper::selectionRect(const FloatPoint& point, int height, int
|
| point.y(), height);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|