Title: [183860] trunk/Source/WebCore
Revision
183860
Author
timothy_hor...@apple.com
Date
2015-05-05 23:46:30 -0700 (Tue, 05 May 2015)

Log 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.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (183859 => 183860)


--- trunk/Source/WebCore/ChangeLog	2015-05-06 06:26:24 UTC (rev 183859)
+++ trunk/Source/WebCore/ChangeLog	2015-05-06 06:46:30 UTC (rev 183860)
@@ -1,3 +1,12 @@
+2015-05-05  Tim Horton  <timothy_hor...@apple.com>
+
+        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.
+
 2015-05-05  Timothy Horton  <timothy_hor...@apple.com>
 
         REGRESSION (r183517): Yellow find-in-page highlight gets stuck forever

Modified: trunk/Source/WebCore/page/mac/TextIndicatorWindow.mm (183859 => 183860)


--- trunk/Source/WebCore/page/mac/TextIndicatorWindow.mm	2015-05-06 06:26:24 UTC (rev 183859)
+++ trunk/Source/WebCore/page/mac/TextIndicatorWindow.mm	2015-05-06 06:46:30 UTC (rev 183860)
@@ -82,7 +82,7 @@
 - (void)setAnimationProgress:(float)progress;
 - (BOOL)hasCompletedAnimation;
 
-@property (nonatomic, setter=setFadingOut:) BOOL isFadingOut;
+@property (nonatomic, getter=isFadingOut) BOOL fadingOut;
 
 @end
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to