Remove weak_nsobject in web_state headers |
||||
Issue descriptionThe following files are included from many places and expose a WeakNSObject ios/web/public/web_state/web_state_delegate_bridge.h:10:#import "base/ios/weak_nsobject.h" ios/web/public/web_state/web_state_observer_bridge.h:12:#import "base/ios/weak_nsobject.h" They need to be fixed when everything else is built with ARC.
,
Mar 31 2017
,
May 30 2017
,
Sep 22 2017
Both web_state_delegate_bridge.h and web_state_observer_bridge.h were switched to __weak |
||||
►
Sign in to add a comment |
||||
Comment 1 by cma...@chromium.org
, Mar 31 2017