Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / forms / ButtonInputType.cpp
index 7ecf1cb..2b86cc7 100644 (file)
@@ -34,7 +34,7 @@
 #include "core/InputTypeNames.h"
 #include "wtf/PassOwnPtr.h"
 
-namespace WebCore {
+namespace blink {
 
 PassRefPtrWillBeRawPtr<InputType> ButtonInputType::create(HTMLInputElement& element)
 {
@@ -56,4 +56,4 @@ bool ButtonInputType::isTextButton() const
     return true;
 }
 
-} // namespace WebCore
+} // namespace blink