diff options
Diffstat (limited to 'MLKDynamicContext.h')
-rw-r--r-- | MLKDynamicContext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MLKDynamicContext.h b/MLKDynamicContext.h index aa3614f..bd08800 100644 --- a/MLKDynamicContext.h +++ b/MLKDynamicContext.h @@ -25,8 +25,8 @@ MLKEnvironment *_conditionHandlers; MLKEnvironment *_restarts; MLKEnvironment *_catchTags; - MLKClosure *_currentConditionHandler; // needed for the Condition Firewall MLKEnvironment *_environment; + MLKEnvironment *_activeHandlerEnvironment; // needed for the Condition Firewall MLKDynamicContext *_parent; } @@ -35,7 +35,7 @@ handlers:(NSDictionary *)handlers restarts:(NSDictionary *)restarts catchTags:(NSDictionary *)catchTags - currentHandler:(MLKClosure *)handler; + activeHandlerEnvironment:(MLKEnvironment *)handlerEnv; -(MLKDynamicContext *) pushContext; |