Chromium Code Reviews
Description[ObjC ARC] Converts parts of ios/web/webstate to ARC.
Notable changes:
* removed a [[foo retain] autorelease] in one place, where the object
will be retain-autoreleased by ARC when it is acquired by calling a
method that returns it.
BUG=624365
TEST=None
Patch Set 1 #Patch Set 2 : autoreleasepool #Patch Set 3 : rebase fail #Patch Set 4 : s/scoped_nsobject/strong ivar #Patch Set 5 : rebase #Patch Set 6 : rebase #Depends on Patchset: Dependent Patchsets: Messages
Total messages: 12 (12 generated)
|