Changeset 183860 in webkit
- Timestamp:
- May 5, 2015, 11:46:30 PM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r183859 r183860 1 2015-05-05 Tim Horton <timothy_horton@apple.com> 2 3 REGRESSION (r183517): Yellow find-in-page highlight gets stuck forever 4 https://bugs.webkit.org/show_bug.cgi?id=144651 5 <rdar://problem/20755722> 6 7 * page/mac/TextIndicatorWindow.mm: 8 Fix an incorrectly-applied review comment. 9 1 10 2015-05-05 Timothy Horton <timothy_horton@apple.com> 2 11 -
trunk/Source/WebCore/page/mac/TextIndicatorWindow.mm
r183859 r183860 83 83 - (BOOL)hasCompletedAnimation; 84 84 85 @property (nonatomic, setter=setFadingOut:) BOOL isFadingOut;85 @property (nonatomic, getter=isFadingOut) BOOL fadingOut; 86 86 87 87 @end
Note:
See TracChangeset
for help on using the changeset viewer.