| Index: Source/web/WebSettingsImpl.cpp
|
| diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
|
| index 7e17a41dcb6efdf147cf1fe9a010d217457d86bc..c728336cbd7b0259ae7c7c5732b5f8bacdbf3d45 100644
|
| --- a/Source/web/WebSettingsImpl.cpp
|
| +++ b/Source/web/WebSettingsImpl.cpp
|
| @@ -38,7 +38,7 @@
|
| #include "public/platform/WebString.h"
|
| #include "public/platform/WebURL.h"
|
|
|
| -using namespace WebCore;
|
| +using namespace blink;
|
|
|
| namespace blink {
|
|
|
| @@ -422,7 +422,7 @@ void WebSettingsImpl::setShowPaintRects(bool show)
|
|
|
| void WebSettingsImpl::setEditingBehavior(EditingBehavior behavior)
|
| {
|
| - m_settings->setEditingBehaviorType(static_cast<WebCore::EditingBehaviorType>(behavior));
|
| + m_settings->setEditingBehaviorType(static_cast<blink::EditingBehaviorType>(behavior));
|
| }
|
|
|
| void WebSettingsImpl::setAcceleratedCompositingEnabled(bool enabled)
|
|
|