Changeset 185754 in webkit
- Timestamp:
- Jun 19, 2015, 10:38:24 AM (11 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/ios/WebVideoFullscreenInterfaceAVKit.mm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r185752 r185754 1 2015-06-19 Jeremy Jones <jeremyj@apple.com> 2 3 cancelPreviousPerformRequestsWithTarget for -resolveBounds in wrong class. 4 https://bugs.webkit.org/show_bug.cgi?id=146140 5 6 Reviewed by Eric Carlson. 7 8 * platform/ios/WebVideoFullscreenInterfaceAVKit.mm: 9 (-[WebCALayerHostWrapper dealloc]): Added. 10 (-[WebAVVideoLayer dealloc]): Deleted. 11 1 12 2015-06-19 Per Arne Vollan <peavo@outlook.com> 2 13 -
trunk/Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.mm
r185733 r185754 570 570 } 571 571 572 - (void)dealloc 573 { 574 [NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(resolveBounds) object:nil]; 575 [super dealloc]; 576 } 577 572 578 - (void)setVideoSublayer:(CALayer*)videoSublayer 573 579 { … … 662 668 } 663 669 664 - (void)dealloc665 {666 [NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(resolveBounds) object:nil];667 [super dealloc];668 }669 670 670 - (void)setPlayerController:(AVPlayerController *)playerController 671 671 {
Note:
See TracChangeset
for help on using the changeset viewer.