Title: [97413] trunk/Source/WebCore
Revision
97413
Author
[email protected]
Date
2011-10-13 15:34:34 -0700 (Thu, 13 Oct 2011)

Log Message

Leopard build fix

Modified Paths


Diff

Modified: trunk/Source/WebCore/ChangeLog (97412 => 97413)


--- trunk/Source/WebCore/ChangeLog	2011-10-13 22:30:05 UTC (rev 97412)
+++ trunk/Source/WebCore/ChangeLog	2011-10-13 22:34:34 UTC (rev 97413)
@@ -1,3 +1,11 @@
+2011-10-13  Chris Marrin  <[email protected]>
+
+        Fix Leopard build
+
+        Unreviewed.
+
+        * platform/graphics/DisplayRefreshMonitor.h: Added.
+
 2011-10-12  Chris Marrin  <[email protected]>
 
         Sync requestAnimationFrame callback to CVDisplayLink on Mac

Modified: trunk/Source/WebCore/platform/graphics/DisplayRefreshMonitor.h (97412 => 97413)


--- trunk/Source/WebCore/platform/graphics/DisplayRefreshMonitor.h	2011-10-13 22:30:05 UTC (rev 97412)
+++ trunk/Source/WebCore/platform/graphics/DisplayRefreshMonitor.h	2011-10-13 22:34:34 UTC (rev 97413)
@@ -41,8 +41,8 @@
 // Abstract virtual client which receives refresh fired messages on the main thread
 //
 class DisplayRefreshMonitorClient {
-    friend DisplayRefreshMonitor;
-    friend DisplayRefreshMonitorManager;
+    friend class DisplayRefreshMonitor;
+    friend class DisplayRefreshMonitorManager;
     
 public:
     DisplayRefreshMonitorClient();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to