* runtime/JSString.cpp:
(JSC::JSRopeString::resolveRopeSlowCase8):
(JSC::JSRopeString::resolveRopeSlowCase):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@168267
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-05-05 Andreas Kling <akling@apple.com>
+
+ Remove two now-incorrect assertions after r168256.
+
+ * runtime/JSString.cpp:
+ (JSC::JSRopeString::resolveRopeSlowCase8):
+ (JSC::JSRopeString::resolveRopeSlowCase):
+
2014-05-04 Andreas Kling <akling@apple.com>
Optimize JSRopeString for resolving directly to AtomicString.
}
ASSERT(buffer == position);
- ASSERT(!isRope());
}
void JSRopeString::resolveRopeSlowCase(UChar* buffer) const
}
ASSERT(buffer == position);
- ASSERT(!isRope());
}
void JSRopeString::outOfMemory(ExecState* exec) const