Title: [92826] trunk/Source/ThirdParty/ANGLE
- Revision
- 92826
- Author
- [email protected]
- Date
- 2011-08-11 00:25:02 -0700 (Thu, 11 Aug 2011)
Log Message
Build fix on Qt Windows 32-bit Release/Debug after r92805.
Unreviewed.
* src/compiler/ossource_posix.cpp:
(OS_FreeTLSIndex):
Modified Paths
Diff
Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (92825 => 92826)
--- trunk/Source/ThirdParty/ANGLE/ChangeLog 2011-08-11 06:57:26 UTC (rev 92825)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog 2011-08-11 07:25:02 UTC (rev 92826)
@@ -1,3 +1,12 @@
+2011-08-11 Renata Hodovan <[email protected]>
+
+ Build fix on Qt Windows 32-bit Release/Debug after r92805.
+
+ Unreviewed.
+
+ * src/compiler/ossource_posix.cpp:
+ (OS_FreeTLSIndex):
+
2011-08-04 Mark Rowe <[email protected]>
Future-proof Xcode configuration settings.
Modified: trunk/Source/ThirdParty/ANGLE/src/compiler/ossource_posix.cpp (92825 => 92826)
--- trunk/Source/ThirdParty/ANGLE/src/compiler/ossource_posix.cpp 2011-08-11 06:57:26 UTC (rev 92825)
+++ trunk/Source/ThirdParty/ANGLE/src/compiler/ossource_posix.cpp 2011-08-11 07:25:02 UTC (rev 92826)
@@ -59,6 +59,5 @@
//
if (pthread_key_delete(nIndex) == 0)
return true;
- else
- return false;
+ return false;
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes