| Index: Source/bindings/core/v8/custom/V8SVGPathSegCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8SVGPathSegCustom.cpp b/Source/bindings/core/v8/custom/V8SVGPathSegCustom.cpp
|
| index a156d9c6133e63483e54aaaeb6ebea8535f9d2eb..15df13465e5e20841b5706ecd06b0ac422eb4d39 100644
|
| --- a/Source/bindings/core/v8/custom/V8SVGPathSegCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8SVGPathSegCustom.cpp
|
| @@ -53,7 +53,7 @@
|
| #include "bindings/core/v8/V8SVGPathSegMovetoRel.h"
|
| #include "bindings/core/v8/V8Window.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| v8::Handle<v8::Object> wrap(SVGPathSeg* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| {
|
| @@ -102,4 +102,4 @@ v8::Handle<v8::Object> wrap(SVGPathSeg* impl, v8::Handle<v8::Object> creationCon
|
| return V8SVGPathSeg::createWrapper(impl, creationContext, isolate);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|