Index: src/regexp-macro-assembler-ia32.cc |
=================================================================== |
--- src/regexp-macro-assembler-ia32.cc (revision 833) |
+++ src/regexp-macro-assembler-ia32.cc (working copy) |
@@ -183,7 +183,7 @@ |
if (mode_ == ASCII) { |
constant_buffer.at<char>(i) = static_cast<char>(str[i]); |
} else { |
- memcpy(constant_buffer.location<void>(), |
+ memcpy(constant_buffer.location(), |
str.start(), |
str.length() * sizeof(uc16)); |
} |