Chromium Code Reviews| Index: src/isolate-inl.h |
| diff --git a/src/isolate-inl.h b/src/isolate-inl.h |
| index 48ea0aaeea8ac4c41a43030f295b45e2908afa48..90a03fd927d3dfab242ef27ed88e600e35dc6f85 100644 |
| --- a/src/isolate-inl.h |
| +++ b/src/isolate-inl.h |
| @@ -39,7 +39,7 @@ void Isolate::clear_pending_exception() { |
| bool Isolate::has_pending_exception() { |
| DCHECK(!thread_local_top_.pending_exception_->IsException()); |
| - return !thread_local_top_.pending_exception_->IsTheHole(); |
| + return !thread_local_top_.pending_exception_->IsTheHole(this); |
| } |