Commit 33abeb9f authored by David Jean's avatar David Jean Committed by Commit Bot

[ios] Fix memory leak for each tab

CRWWebViewScrollViewProxy passes itself to its delegate,
CRWWebViewScrollViewDelegateProxy, and both were keeping strong
pointers to each other.

Change-Id: Icb13eddcbb4cce14a2691c8b25fe5708cde6f699
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041628Reviewed-by: default avatarMark Cogan <marq@chromium.org>
Reviewed-by: default avatarGauthier Ambard <gambard@chromium.org>
Commit-Queue: David Jean <djean@chromium.org>
Cr-Commit-Position: refs/heads/master@{#739355}
parent 922e20e0
......@@ -14,7 +14,7 @@
@interface CRWWebViewScrollViewDelegateProxy ()
@property(nonatomic) CRWWebViewScrollViewProxy* scrollViewProxy;
@property(nonatomic, weak) CRWWebViewScrollViewProxy* scrollViewProxy;
@end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment