Title: [130239] trunk/Source/WebCore
- Revision
- 130239
- Author
- ander...@apple.com
- Date
- 2012-10-02 17:34:46 -0700 (Tue, 02 Oct 2012)
Log Message
Try to fix the Snow Leopard build.
* platform/graphics/opengl/Extensions3DOpenGLCommon.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (130238 => 130239)
--- trunk/Source/WebCore/ChangeLog 2012-10-03 00:31:24 UTC (rev 130238)
+++ trunk/Source/WebCore/ChangeLog 2012-10-03 00:34:46 UTC (rev 130239)
@@ -1,3 +1,9 @@
+2012-10-02 Anders Carlsson <ander...@apple.com>
+
+ Try to fix the Snow Leopard build.
+
+ * platform/graphics/opengl/Extensions3DOpenGLCommon.cpp:
+
2012-10-02 Joshua Bell <jsb...@chromium.org>
Add htons/htonl definitions and implementations
Modified: trunk/Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLCommon.cpp (130238 => 130239)
--- trunk/Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLCommon.cpp 2012-10-03 00:31:24 UTC (rev 130238)
+++ trunk/Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLCommon.cpp 2012-10-03 00:34:46 UTC (rev 130239)
@@ -46,6 +46,7 @@
#include "OpenGLShims.h"
#endif
+#include <wtf/MainThread.h>
#include <wtf/Vector.h>
namespace WebCore {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes