Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / geometry / FloatQuad.cpp
index ef24c3b..5e9e979 100644 (file)
@@ -36,7 +36,7 @@
 
 using namespace std;
 
-namespace WebCore {
+namespace blink {
 
 static inline float min4(float a, float b, float c, float d)
 {
@@ -233,4 +233,4 @@ bool FloatQuad::isCounterclockwise() const
     return determinant(m_p2 - m_p1, m_p3 - m_p2) < 0;
 }
 
-} // namespace WebCore
+} // namespace blink