| Index: Source/platform/Widget.cpp
|
| diff --git a/Source/platform/Widget.cpp b/Source/platform/Widget.cpp
|
| index 0f15bfc5844f65913c905637650f1e71a34aa6d3..40683290a2d131a13cd49484700840d7975dc20a 100644
|
| --- a/Source/platform/Widget.cpp
|
| +++ b/Source/platform/Widget.cpp
|
| @@ -30,7 +30,7 @@
|
|
|
| #include "wtf/Assertions.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| Widget::Widget()
|
| : m_parent(0)
|
| @@ -202,4 +202,4 @@ IntPoint Widget::convertSelfToChild(const Widget*, const IntPoint& point) const
|
| return point;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|