Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGFEFuncGElement.h
index f00a2aa..0e7d989 100644 (file)
@@ -24,7 +24,7 @@
 #include "core/SVGNames.h"
 #include "core/svg/SVGComponentTransferFunctionElement.h"
 
-namespace WebCore {
+namespace blink {
 
 class SVGFEFuncGElement FINAL : public SVGComponentTransferFunctionElement {
 public:
@@ -34,6 +34,6 @@ private:
     explicit SVGFEFuncGElement(Document&);
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif