New issue
Advanced search Search tips

Issue 652732 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Sep 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 3
Type: Task

Blocking:
issue 717540



Sign in to add a comment

Remove weak_nsobject in web_state headers

Project Member Reported by stkhapugin@chromium.org, Oct 4 2016

Issue description

The 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.
 

Comment 1 by cma...@chromium.org, Mar 31 2017

Labels: Hotlist-Needs-New-ComponentJason•NowJasonLiujasonkliugoogle.comSendamessage

Comment 2 by cma...@chromium.org, Mar 31 2017

Labels: -Hotlist-Needs-New-ComponentJason•NowJasonLiujasonkliugoogle.comSendamessage Hotlist-Needs-New-Component
Components: Mobile>WebView>Glue
Labels: -Type-Bug -Hotlist-Needs-New-Component Type-Task
Blocking: -636372 717540
Status: Fixed (was: Assigned)
Both web_state_delegate_bridge.h and web_state_observer_bridge.h were switched to __weak 

Sign in to add a comment