DescriptionNavigationAction should not retain Event.
NavigationAction class before this patch had a RefPtr<Event> as its member. The event retained the previous document longer than necessary, resulting in a soft leak. This patch removes the member from the NavigationAction class and replaces it with DOMTimeStamp of the event which is the only information may be retrieved afterward.
BUG=None
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169753
Patch Set 1 #Patch Set 2 : add missing init #Patch Set 3 : #
Messages
Total messages: 19 (0 generated)
|