Index: src/bootstrapper.cc |
=================================================================== |
--- src/bootstrapper.cc (revision 2368) |
+++ src/bootstrapper.cc (working copy) |
@@ -1556,7 +1556,7 @@ |
// will always do unlinking. |
previous_ = current_; |
current_ = this; |
- result_ = NULL; |
+ result_ = Handle<Context>::null(); |
// If V8 isn't running and cannot be initialized, just return. |
if (!V8::IsRunning() && !V8::Initialize(NULL)) return; |