Index: Source/platform/fonts/TypesettingFeatures.h |
diff --git a/Source/platform/fonts/TypesettingFeatures.h b/Source/platform/fonts/TypesettingFeatures.h |
index 1dec5e4e0df970ed091fd7e837d5efa07e070218..531391e10725c07e06d3809340b86198d0609a27 100644 |
--- a/Source/platform/fonts/TypesettingFeatures.h |
+++ b/Source/platform/fonts/TypesettingFeatures.h |
@@ -26,7 +26,7 @@ |
#ifndef TypesettingFeatures_h |
#define TypesettingFeatures_h |
-namespace WebCore { |
+namespace blink { |
enum TypesettingFeature { |
Kerning = 1 << 0, |
@@ -35,6 +35,6 @@ enum TypesettingFeature { |
typedef unsigned TypesettingFeatures; |
-} // namespace WebCore |
+} // namespace blink |
#endif // TypesettingFeatures_h |