Title: [97051] trunk/Source/WebCore
Revision
97051
Author
[email protected]
Date
2011-10-10 03:08:08 -0700 (Mon, 10 Oct 2011)

Log Message

2011-10-10  Pavel Podivilov  <[email protected]>

        Unreviewed, attempt to fix chromium mac build after r97034.

        * platform/ScrollAnimatorNone.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (97050 => 97051)


--- trunk/Source/WebCore/ChangeLog	2011-10-10 09:54:02 UTC (rev 97050)
+++ trunk/Source/WebCore/ChangeLog	2011-10-10 10:08:08 UTC (rev 97051)
@@ -1,3 +1,9 @@
+2011-10-10  Pavel Podivilov  <[email protected]>
+
+        Unreviewed, attempt to fix chromium mac build after r97034.
+
+        * platform/ScrollAnimatorNone.h:
+
 2011-10-10  Ilya Tikhonovsky  <[email protected]>
 
         Web Inspector: small memory leak in scripts panel.

Modified: trunk/Source/WebCore/platform/ScrollAnimatorNone.h (97050 => 97051)


--- trunk/Source/WebCore/platform/ScrollAnimatorNone.h	2011-10-10 09:54:02 UTC (rev 97050)
+++ trunk/Source/WebCore/platform/ScrollAnimatorNone.h	2011-10-10 10:08:08 UTC (rev 97051)
@@ -150,7 +150,7 @@
         double m_desiredTransY;
     };
 
-    friend class ZoomData;
+    friend struct ZoomData;
 
     void animationTimerFired(Timer<ScrollAnimatorNone>*);
     void stopAnimationTimerIfNeeded();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to