| Index: Source/platform/exported/WebFilterKeyframe.cpp
|
| diff --git a/Source/platform/exported/WebFilterKeyframe.cpp b/Source/platform/exported/WebFilterKeyframe.cpp
|
| index 0372ec1c281cac950a82d616fd554fd6bcbed32d..454d317ef4f967faf2d1b6240d04d4e1eaf3d187 100644
|
| --- a/Source/platform/exported/WebFilterKeyframe.cpp
|
| +++ b/Source/platform/exported/WebFilterKeyframe.cpp
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| WebFilterKeyframe::WebFilterKeyframe(double time, PassOwnPtr<WebFilterOperations> value)
|
| : m_time(time)
|
| @@ -40,4 +40,4 @@ WebFilterKeyframe::~WebFilterKeyframe()
|
| m_value.reset(0);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|