Index: src/top.cc |
=================================================================== |
--- src/top.cc (revision 4215) |
+++ src/top.cc (working copy) |
@@ -679,7 +679,7 @@ |
void Top::ComputeLocation(MessageLocation* target) { |
- *target = MessageLocation(empty_script(), -1, -1); |
+ *target = MessageLocation(Handle<Script>(Heap::empty_script()), -1, -1); |
StackTraceFrameIterator it; |
if (!it.done()) { |
JavaScriptFrame* frame = it.frame(); |