Index: src/deoptimizer.h |
diff --git a/src/deoptimizer.h b/src/deoptimizer.h |
index e7b55b2a7760c00979719fdceac12fb51fe5ecbf..d78b0321b3646cc2e2637b53ce07eedcf7d2c8fb 100644 |
--- a/src/deoptimizer.h |
+++ b/src/deoptimizer.h |
@@ -62,13 +62,13 @@ class OptimizedFunctionVisitor BASE_EMBEDDED { |
virtual ~OptimizedFunctionVisitor() {} |
// Function which is called before iteration of any optimized functions |
- // from given global context. |
+ // from given native context. |
virtual void EnterContext(Context* context) = 0; |
virtual void VisitFunction(JSFunction* function) = 0; |
// Function which is called after iteration of all optimized functions |
- // from given global context. |
+ // from given native context. |
virtual void LeaveContext(Context* context) = 0; |
}; |