| Index: Source/web/WebTextAreaElement.cpp
|
| diff --git a/Source/web/WebTextAreaElement.cpp b/Source/web/WebTextAreaElement.cpp
|
| index fafd94db4d7ec0ae716eb27197352d8e42fdbd80..59d16bc044b4f4043fe092b2b9ed0320b491bf5b 100644
|
| --- a/Source/web/WebTextAreaElement.cpp
|
| +++ b/Source/web/WebTextAreaElement.cpp
|
| @@ -38,7 +38,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| void WebTextAreaElement::setValue(const WebString& value)
|
| {
|
| @@ -66,4 +66,4 @@ WebTextAreaElement::operator PassRefPtr<HTMLTextAreaElement>() const
|
| return toHTMLTextAreaElement(m_private.get());
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|