X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fsvg%2FSVGPathStringSource.h;h=fe4fd7b83701a09f061e104afe7b2688b230fc88;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=bc85f4f4c21ae55fab602ea369de80a3d03a9963;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/svg/SVGPathStringSource.h b/src/third_party/WebKit/Source/core/svg/SVGPathStringSource.h index bc85f4f..fe4fd7b 100644 --- a/src/third_party/WebKit/Source/core/svg/SVGPathStringSource.h +++ b/src/third_party/WebKit/Source/core/svg/SVGPathStringSource.h @@ -25,7 +25,7 @@ #include "wtf/PassOwnPtr.h" #include "wtf/text/WTFString.h" -namespace WebCore { +namespace blink { class SVGPathStringSource FINAL : public SVGPathSource { public: @@ -65,6 +65,6 @@ private: } m_end; }; -} // namespace WebCore +} // namespace blink #endif // SVGPathStringSource_h