Index: Source/web/WebOptionElement.cpp |
diff --git a/Source/web/WebOptionElement.cpp b/Source/web/WebOptionElement.cpp |
index 70be878b15016cb22b44355c7f22a1617df0fb41..89883b212a3ac15ea6a04527ab2a03b1f35602cc 100644 |
--- a/Source/web/WebOptionElement.cpp |
+++ b/Source/web/WebOptionElement.cpp |
@@ -40,7 +40,7 @@ |
using namespace WebCore; |
using namespace HTMLNames; |
-namespace WebKit { |
+namespace blink { |
void WebOptionElement::setValue(const WebString& newValue) |
{ |
@@ -88,4 +88,4 @@ WebOptionElement::operator PassRefPtr<HTMLOptionElement>() const |
return toHTMLOptionElement(m_private.get()); |
} |
-} // namespace WebKit |
+} // namespace blink |