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