| Index: Source/core/dom/DOMPoint.cpp
|
| diff --git a/Source/core/dom/DOMPoint.cpp b/Source/core/dom/DOMPoint.cpp
|
| index 49058ed7e465b9ecc5c4a99f170ccff2fe62fe2f..56cbd020a1255808ac6d801c18ff313c39896f51 100644
|
| --- a/Source/core/dom/DOMPoint.cpp
|
| +++ b/Source/core/dom/DOMPoint.cpp
|
| @@ -5,7 +5,7 @@
|
| #include "config.h"
|
| #include "core/dom/DOMPoint.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| DOMPoint* DOMPoint::create(const Dictionary& point)
|
| {
|
| @@ -36,4 +36,4 @@ DOMPoint::DOMPoint(double x, double y, double z, double w)
|
| {
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|