Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / accessibility / AXMenuListOption.cpp
index 0c657b3..054054c 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "core/html/HTMLOptionElement.h"
 
-namespace WebCore {
+namespace blink {
 
 using namespace HTMLNames;
 
@@ -109,4 +109,4 @@ String AXMenuListOption::stringValue() const
     return toHTMLOptionElement(m_element)->text();
 }
 
-} // namespace WebCore
+} // namespace blink