Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / shadow / DateTimeNumericFieldElement.cpp
index 64b3e46..fb96099 100644 (file)
@@ -35,7 +35,7 @@
 
 using namespace WTF::Unicode;
 
-namespace WebCore {
+namespace blink {
 
 int DateTimeNumericFieldElement::Range::clampValue(int value) const
 {
@@ -241,6 +241,6 @@ int DateTimeNumericFieldElement::roundUp(int n) const
     return n + m_step.stepBase;
 }
 
-} // namespace WebCore
+} // namespace blink
 
 #endif