| Index: Source/platform/fonts/SegmentedFontData.cpp
|
| diff --git a/Source/platform/fonts/SegmentedFontData.cpp b/Source/platform/fonts/SegmentedFontData.cpp
|
| index c81e5c80b9d7af4d549575c8176f62624137563a..93fd038acccd39c085d3d738e28244c1aca65c78 100644
|
| --- a/Source/platform/fonts/SegmentedFontData.cpp
|
| +++ b/Source/platform/fonts/SegmentedFontData.cpp
|
| @@ -30,7 +30,7 @@
|
| #include "wtf/Assertions.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| SegmentedFontData::~SegmentedFontData()
|
| {
|
| @@ -106,4 +106,4 @@ String SegmentedFontData::description() const
|
| }
|
| #endif
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|