• G
    Re-enable WeakPtr ThreadChecker and fix associated failures (#12257) · 8b976194
    George Wright 提交于
    This re-enables thread safety checks for WeakPtr. WeakPtrs can't be used on a thread other than the one the WeakPtrFactory was created on.
    
    This fixes the unit tests and adds a getUnsafe() method to WeakPtr to work around the remaining unresolved locations where we are using WeakPtr unsafely.
    8b976194
shell_test.cc 13.2 KB