Index: src/compiler.h |
diff --git a/src/compiler.h b/src/compiler.h |
index 98b93d301536a52dc05ebfdf2ed5b70deb7f4c01..a140343ffd963164cfb9a79bc9682c06554d1bf1 100644 |
--- a/src/compiler.h |
+++ b/src/compiler.h |
@@ -61,7 +61,6 @@ class CompilationInfo { |
virtual ~CompilationInfo(); |
Isolate* isolate() { |
Sven Panne
2013/09/05 09:49:05
While we're here: Can we make this and zone() cons
|
- ASSERT(Isolate::Current() == isolate_); |
return isolate_; |
} |
Zone* zone() { return zone_; } |