bd4c876 Only handle one watch at a time

Authored and Committed by Nalin Dahyabhai 10 years ago
1 file changed. 9 lines added. 3 lines removed.
    Only handle one watch at a time
    
    When traversing the list of watches that have fired, only handle one at
    at time, since handling one might cause other watches to be removed or
    added, at which point our traversal of the list will go awry.  (Should
    fix #1055521.)
    
        
file modified
+9 -3