Index: Source/platform/fonts/GlyphMetricsMap.h |
diff --git a/Source/platform/fonts/GlyphMetricsMap.h b/Source/platform/fonts/GlyphMetricsMap.h |
index 476abdbc7a3719496c8e89860541d724d25c5d53..4f40e80bc09667b7248de347ac4ad359242e1ab1 100644 |
--- a/Source/platform/fonts/GlyphMetricsMap.h |
+++ b/Source/platform/fonts/GlyphMetricsMap.h |
@@ -37,7 +37,7 @@ |
#include "wtf/PassOwnPtr.h" |
#include "wtf/unicode/Unicode.h" |
-namespace WebCore { |
+namespace blink { |
const float cGlyphSizeUnknown = -1; |
@@ -126,6 +126,6 @@ template<class T> typename GlyphMetricsMap<T>::GlyphMetricsPage* GlyphMetricsMap |
return page; |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif |