Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / svg / SVGPathData.cpp
index 5a18ba5..8688342 100644 (file)
@@ -32,7 +32,7 @@
 #include "platform/graphics/Path.h"
 #include "wtf/HashMap.h"
 
-namespace WebCore {
+namespace blink {
 
 using namespace SVGNames;
 
@@ -153,4 +153,4 @@ void updatePathFromGraphicsElement(SVGElement* element, Path& path)
         (*pathUpdateFunction)(element, path);
 }
 
-} // namespace WebCore
+} // namespace blink