Index: Source/platform/fonts/FontFaceCreationParams.h |
diff --git a/Source/platform/fonts/FontFaceCreationParams.h b/Source/platform/fonts/FontFaceCreationParams.h |
index 0c0e5fb20f1f81db4c500126f6c00adafb52d03b..26675a14c6727d746a4ad329948c1034bb028529 100644 |
--- a/Source/platform/fonts/FontFaceCreationParams.h |
+++ b/Source/platform/fonts/FontFaceCreationParams.h |
@@ -36,7 +36,7 @@ |
#include "wtf/text/AtomicString.h" |
#include "wtf/text/StringHash.h" |
-namespace WebCore { |
+namespace blink { |
enum FontFaceCreationType { |
CreateFontByFamily, |
@@ -122,6 +122,6 @@ public: |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // FontFaceCreationParams_h |