* css/CSSPrimitiveValue.cpp:
(WebCore::CSSPrimitiveValue::formatNumberValue):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@169734
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-06-09 Ryosuke Niwa <rniwa@webkit.org>
+
+ Debug build fix after r169731.
+
+ * css/CSSPrimitiveValue.cpp:
+ (WebCore::CSSPrimitiveValue::formatNumberValue):
+
2014-06-09 Simon Fraser <simon.fraser@apple.com>
Work towards having frames in the scrolling tree
PassRef<StringImpl> string = StringImpl::createUninitialized(bufferLength, buffer);
unsigned length = decimal.toStringDecimal(buffer, bufferLength);
- ASSERT(length == string.length());
+ ASSERT(length == string->length());
for (unsigned i = 0; i < suffixLength; ++i)
buffer[length + i] = static_cast<LChar>(suffix[i]);