Index: src/type-info.cc |
diff --git a/src/type-info.cc b/src/type-info.cc |
index d29fd12ba0d4dbbc831c67a832c9e9ef2a6fb2a6..1757bee767381c68ddafbae97e9457592514fe19 100644 |
--- a/src/type-info.cc |
+++ b/src/type-info.cc |
@@ -67,7 +67,7 @@ TypeFeedbackOracle::TypeFeedbackOracle(Handle<Code> code, |
isolate_(isolate), |
zone_(zone) { |
BuildDictionary(code); |
- ASSERT(reinterpret_cast<Address>(*dictionary_.location()) != kHandleZapValue); |
+ ASSERT(dictionary_->IsDictionary()); |
} |