Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / style / CounterDirectives.h
index fb29f85..eb4347f 100644 (file)
@@ -68,7 +68,7 @@ public:
     int incrementValue() const { return m_incrementValue; }
     void addIncrementValue(int value)
     {
-        m_incrementValue = clampToInteger((double)m_incrementValue + value);
+        m_incrementValue = clampTo<int>((double)m_incrementValue + value);
         m_isIncrementSet = true;
     }
     void clearIncrement()