Commit 006c8678 authored by vegorov@chromium.org's avatar vegorov@chromium.org

Fix cctest/test-heap/InstanceOfStubWriteBarrier when Crankshaft is disabled.

R=fschneider@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10394 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 339c9c12
...@@ -1517,12 +1517,12 @@ TEST(LeakGlobalContextViaMapProto) { ...@@ -1517,12 +1517,12 @@ TEST(LeakGlobalContextViaMapProto) {
TEST(InstanceOfStubWriteBarrier) { TEST(InstanceOfStubWriteBarrier) {
if (!i::FLAG_crankshaft) return;
i::FLAG_allow_natives_syntax = true; i::FLAG_allow_natives_syntax = true;
#ifdef DEBUG #ifdef DEBUG
i::FLAG_verify_heap = true; i::FLAG_verify_heap = true;
#endif #endif
InitializeVM(); InitializeVM();
if (!i::V8::UseCrankshaft()) return;
v8::HandleScope outer_scope; v8::HandleScope outer_scope;
{ {
......
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