Index: ppapi/cpp/var.h |
=================================================================== |
--- ppapi/cpp/var.h (revision 95308) |
+++ ppapi/cpp/var.h (working copy) |
@@ -257,7 +257,7 @@ |
/// A constructor. |
OutException(Var* v) |
: output_(v), |
- originally_had_exception_(v && v->is_null()) { |
+ originally_had_exception_(v && !v->is_undefined()) { |
brettw
2011/08/04 23:10:50
It sucks this is in two places, I filed http://cod
|
if (output_) { |
temp_ = output_->var_; |
} else { |