Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index bc7646bd4834bafc03bf333f53da14ee072ac451..fdd89b4f4e605fc06834200079e343c4bb96d695 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -663,8 +663,8 @@ class Isolate { |
class ExceptionScope { |
public: |
explicit ExceptionScope(Isolate* isolate) : |
- // Scope currently can only be used for regular exceptions, not |
- // failures like OOM or termination exception. |
+ // Scope currently can only be used for regular exceptions, |
+ // not termination exception. |
isolate_(isolate), |
pending_exception_(isolate_->pending_exception(), isolate_), |
catcher_(isolate_->catcher()) |