Revision: 18789
Author: [email protected]
Date: Thu Jan 23 16:16:26 2014 UTC
Log: Fix syntax check for SetAllocationTimeout.
This is missing in r18787.
BUG=
[email protected]
Review URL: https://codereview.chromium.org/140413006
http://code.google.com/p/v8/source/detail?r=18789
Modified:
/branches/bleeding_edge/src/runtime.h
=======================================
--- /branches/bleeding_edge/src/runtime.h Tue Jan 14 13:41:09 2014 UTC
+++ /branches/bleeding_edge/src/runtime.h Thu Jan 23 16:16:26 2014 UTC
@@ -100,7 +100,7 @@
F(GetOptimizationCount, 1, 1) \
F(UnblockConcurrentRecompilation, 0, 1) \
F(CompileForOnStackReplacement, 1, 1) \
- F(SetAllocationTimeout, 2, 1) \
+ F(SetAllocationTimeout, -1 /* 2 || 3 */, 1) \
F(AllocateInNewSpace, 1, 1) \
F(AllocateInTargetSpace, 2, 1) \
F(SetNativeFlag, 1, 1) \
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.