Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / transforms / TransformOperations.cpp
index 809789f..457dade 100644 (file)
@@ -31,7 +31,7 @@
 
 using namespace std;
 
-namespace WebCore {
+namespace blink {
 
 TransformOperations::TransformOperations(bool makeIdentity)
 {
@@ -381,4 +381,4 @@ TransformOperations TransformOperations::add(const TransformOperations& addend)
     return result;
 }
 
-} // namespace WebCore
+} // namespace blink