Revision: 7448
Author:   [email protected]
Date:     Wed Mar 30 10:19:44 2011
Log:      Try fix build.

TBR=slava

Review URL: http://codereview.chromium.org/6778019
http://code.google.com/p/v8/source/detail?r=7448

Modified:
 /branches/bleeding_edge/src/type-info.cc

=======================================
--- /branches/bleeding_edge/src/type-info.cc    Wed Mar 30 09:04:37 2011
+++ /branches/bleeding_edge/src/type-info.cc    Wed Mar 30 10:19:44 2011
@@ -383,7 +383,7 @@
   int length = code_positions.length();
   ASSERT(source_positions.length() == length);
   for (int i = 0; i < length; i++) {
-    AssertNoAllocation no_allocation();
+    AssertNoAllocation no_allocation;
     RelocInfo info(code->instruction_start() + code_positions[i],
                    RelocInfo::CODE_TARGET, 0);
     Code* target = Code::GetCodeFromTargetAddress(info.target_address());

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to