Remove assertion that is no longer valid in InitializeStringSearch.
authorricow@chromium.org <ricow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 31 Aug 2010 10:39:02 +0000 (10:39 +0000)
committerricow@chromium.org <ricow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 31 Aug 2010 10:39:02 +0000 (10:39 +0000)
commita9641176fdf98f1c39d111ad17b3adab34d6c435
treec2829f9e2e71bdca08f01ff7c159339089e86d77
parent97ccb64a06bab25a96fb120948d3dc1996fd00ec
Remove assertion that is no longer valid in InitializeStringSearch.

This assertion is no longer valid because r5380 changes the assumption
about the pat parameter.

In addition, we embed the no allocation part of StringSplit in a block
to reenable allocation later in that method.

Review URL: http://codereview.chromium.org/3254010

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5381 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/runtime.cc