Commit d5a0b00b authored by yangguo@chromium.org's avatar yangguo@chromium.org

Fixing compile error introducted by a typo in r9064.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9065 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 3077e8aa
......@@ -5704,7 +5704,7 @@ void SubStringStub::Generate(MacroAssembler* masm) {
__ Set(ecx, Immediate(2));
if (FLAG_string_slices) {
Label copy_rountine;
Label copy_routine;
// If coming from the make_two_character_string path, the string
// is too short to be sliced anyways.
STATIC_ASSERT(2 < SlicedString::kMinLength);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment