Changeset 183860 in webkit


Ignore:
Timestamp:
May 5, 2015, 11:46:30 PM (10 years ago)
Author:
timothy_horton@apple.com
Message:

REGRESSION (r183517): Yellow find-in-page highlight gets stuck forever
https://bugs.webkit.org/show_bug.cgi?id=144651
<rdar://problem/20755722>

  • page/mac/TextIndicatorWindow.mm:

Fix an incorrectly-applied review comment.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r183859 r183860  
     12015-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
    1102015-05-05  Timothy Horton  <timothy_horton@apple.com>
    211
  • trunk/Source/WebCore/page/mac/TextIndicatorWindow.mm

    r183859 r183860  
    8383- (BOOL)hasCompletedAnimation;
    8484
    85 @property (nonatomic, setter=setFadingOut:) BOOL isFadingOut;
     85@property (nonatomic, getter=isFadingOut) BOOL fadingOut;
    8686
    8787@end
Note: See TracChangeset for help on using the changeset viewer.