Hi, Phi. > // these constants are duplicated in CAccessibility.java > @@ -136,7 +137,7 @@ > fJavaRole = [javaRole retain]; >
I am not sure but it seems strange that we will return the "self"(and will use it later), because it is not nil and was not properly initialized (for example fActionsLOCK field which is used for synchronization will be nil).