| Index: Source/web/WebSelectElement.cpp
|
| diff --git a/Source/web/WebSelectElement.cpp b/Source/web/WebSelectElement.cpp
|
| index ecfbfbbdf14b9466b6f5c95f26bfa83af8ceb77b..425244b6223151e9e31ba33e6d795486adb89662 100644
|
| --- a/Source/web/WebSelectElement.cpp
|
| +++ b/Source/web/WebSelectElement.cpp
|
| @@ -39,7 +39,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| void WebSelectElement::setValue(const WebString& value)
|
| {
|
| @@ -77,4 +77,4 @@ WebSelectElement::operator PassRefPtr<HTMLSelectElement>() const
|
| return toHTMLSelectElement(m_private.get());
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|