Index: third_party/WebKit/Source/core/svg/SVGPathQuery.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGPathQuery.cpp b/third_party/WebKit/Source/core/svg/SVGPathQuery.cpp |
index e7478b80e23074c33a983f128a140022dd012019..32669294958c1abdf447331c78a548a0b747a57a 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGPathQuery.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGPathQuery.cpp |
@@ -100,7 +100,7 @@ void executeQuery(const SVGPathByteStream& pathByteStream, SVGPathTraversalState |
} |
} |
-} |
+} // namespace |
SVGPathQuery::SVGPathQuery(const SVGPathByteStream& pathByteStream) |
: m_pathByteStream(pathByteStream) |
@@ -128,4 +128,4 @@ FloatPoint SVGPathQuery::getPointAtLength(float length) const |
return traversalState.computedPoint(); |
} |
-} |
+} // namespace blink |