Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / forms / StepRange.cpp
index 3276145..64494ec 100644 (file)
@@ -27,7 +27,7 @@
 #include "wtf/text/WTFString.h"
 #include <float.h>
 
-namespace WebCore {
+namespace blink {
 
 using namespace HTMLNames;
 
@@ -165,4 +165,4 @@ bool StepRange::stepMismatch(const Decimal& valueForCheck) const
     return computedAcceptableError < remainder && remainder < (m_step - computedAcceptableError);
 }
 
-} // namespace WebCore
+} // namespace blink