| Index: Source/web/WebFormControlElement.cpp
|
| diff --git a/Source/web/WebFormControlElement.cpp b/Source/web/WebFormControlElement.cpp
|
| index bd929fed481b9ecfff2baaea53753d82577490cb..4ddf102f86f3b944e8b3cd6da13b97c902f4f6aa 100644
|
| --- a/Source/web/WebFormControlElement.cpp
|
| +++ b/Source/web/WebFormControlElement.cpp
|
| @@ -37,7 +37,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| bool WebFormControlElement::isEnabled() const
|
| {
|
| @@ -108,4 +108,4 @@ WebFormControlElement::operator PassRefPtr<HTMLFormControlElement>() const
|
| return toHTMLFormControlElement(m_private.get());
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|