From 402d937239b0e2fd11bf2f4fe972ad78aa9fd481 Mon Sep 17 00:00:00 2001 From: Andrei Popescu Date: Fri, 26 Feb 2010 13:31:12 +0000 Subject: update V8 to TOT snapshot branch --- src/property.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/property.cc') diff --git a/src/property.cc b/src/property.cc index caa73975..b579b687 100644 --- a/src/property.cc +++ b/src/property.cc @@ -33,7 +33,7 @@ namespace internal { #ifdef DEBUG void LookupResult::Print() { - if (!IsValid()) { + if (!IsFound()) { PrintF("Not Found\n"); return; } -- cgit v1.2.3