Index: Source/platform/animation/KeyframeValueList.h |
diff --git a/Source/platform/animation/KeyframeValueList.h b/Source/platform/animation/KeyframeValueList.h |
index 270d54367392ddff30fa424456ee18c1ff4a0927..7eef2fff19987fe20df268af488775dd034da443 100644 |
--- a/Source/platform/animation/KeyframeValueList.h |
+++ b/Source/platform/animation/KeyframeValueList.h |
@@ -33,7 +33,7 @@ |
#include "wtf/PassOwnPtr.h" |
#include "wtf/Vector.h" |
-namespace WebCore { |
+namespace blink { |
enum AnimatedPropertyID { |
AnimatedPropertyInvalid, |
@@ -85,6 +85,6 @@ protected: |
AnimatedPropertyID m_property; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // KeyframeValueList_h |