* css/CSSPrimitiveValue.cpp:
(WebCore::CSSPrimitiveValue::formatNumberValue):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@169738
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-06-09 Ryosuke Niwa <rniwa@webkit.org>
+
+ Remove the bogus assertion that didn't even build.
+
+ * css/CSSPrimitiveValue.cpp:
+ (WebCore::CSSPrimitiveValue::formatNumberValue):
+
2014-06-09 Ryosuke Niwa <rniwa@webkit.org>
Commit the right fix.
PassRef<StringImpl> string = StringImpl::createUninitialized(bufferLength, buffer);
unsigned length = decimal.toStringDecimal(buffer, bufferLength);
- ASSERT(length == string.get().length());
for (unsigned i = 0; i < suffixLength; ++i)
buffer[length + i] = static_cast<LChar>(suffix[i]);