Index: Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp |
diff --git a/Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp b/Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp |
index bfcba71e28867a2ee81102cd815d8eb0a82dceb7..6304c2df5278f814cda00db486b9251c4f1eedf7 100644 |
--- a/Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp |
+++ b/Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp |
@@ -44,7 +44,7 @@ |
#include "wtf/unicode/Unicode.h" |
-namespace WebCore { |
+namespace blink { |
bool FontPlatformFeatures::canReturnFallbackFontsForComplexText() |
{ |
@@ -278,4 +278,4 @@ FloatRect Font::selectionRectForComplexText(const TextRun& run, |
return shaper.selectionRect(point, height, from, to); |
} |
-} // namespace WebCore |
+} // namespace blink |