| Index: Source/platform/geometry/FloatPolygon.h
|
| diff --git a/Source/platform/geometry/FloatPolygon.h b/Source/platform/geometry/FloatPolygon.h
|
| index 708d5a7cb78ef4fd9fe115326f2de9d29aa5b576..d7a46433e9bc99cda0549167b052f9ac1c06e72b 100644
|
| --- a/Source/platform/geometry/FloatPolygon.h
|
| +++ b/Source/platform/geometry/FloatPolygon.h
|
| @@ -38,7 +38,7 @@
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class FloatPolygonEdge;
|
|
|
| @@ -148,6 +148,6 @@ template<> struct ValueToString<FloatPolygonEdge*> {
|
| };
|
| #endif
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // FloatPolygon_h
|
|
|