Index: src/v8.h |
diff --git a/src/v8.h b/src/v8.h |
index 4922a4db1ebf74f26998f47263336a5b3dfb5b48..17398edc0f385a7ac07746ed92ad09f13ab12e47 100644 |
--- a/src/v8.h |
+++ b/src/v8.h |
@@ -73,7 +73,7 @@ class V8 : public AllStatic { |
} |
static void SetArrayBufferAllocator(v8::ArrayBuffer::Allocator *allocator) { |
- CHECK_EQ(NULL, array_buffer_allocator_); |
+ CHECK_NULL(array_buffer_allocator_); |
array_buffer_allocator_ = allocator; |
} |