Title: [183869] trunk/Source/WebCore
Revision
183869
Author
[email protected]
Date
2015-05-06 09:25:09 -0700 (Wed, 06 May 2015)

Log Message

32-bit build fix after r183859 and r183860.

* page/mac/TextIndicatorWindow.mm:
Autosynthesis isn't available for our 32-bit builds.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (183868 => 183869)


--- trunk/Source/WebCore/ChangeLog	2015-05-06 16:06:30 UTC (rev 183868)
+++ trunk/Source/WebCore/ChangeLog	2015-05-06 16:25:09 UTC (rev 183869)
@@ -1,3 +1,10 @@
+2015-05-06  Jessie Berlin  <[email protected]>
+
+        32-bit build fix after r183859 and r183860.
+
+        * page/mac/TextIndicatorWindow.mm:
+        Autosynthesis isn't available for our 32-bit builds.
+
 2015-05-06  Carlos Garcia Campos  <[email protected]>
 
         [EGL] Move EGLDisplay handling to PlatformDisplay and remove PlatformDisplay definition from GLDefs.h

Modified: trunk/Source/WebCore/page/mac/TextIndicatorWindow.mm (183868 => 183869)


--- trunk/Source/WebCore/page/mac/TextIndicatorWindow.mm	2015-05-06 16:06:30 UTC (rev 183868)
+++ trunk/Source/WebCore/page/mac/TextIndicatorWindow.mm	2015-05-06 16:25:09 UTC (rev 183869)
@@ -88,6 +88,8 @@
 
 @implementation WebTextIndicatorView
 
+@synthesize fadingOut = _fadingOut;
+
 - (instancetype)initWithFrame:(NSRect)frame textIndicator:(PassRefPtr<TextIndicator>)textIndicator margin:(NSSize)margin
 {
     if (!(self = [super initWithFrame:frame]))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to