Title: [126479] trunk/Source/ThirdParty
Revision
126479
Author
[email protected]
Date
2012-08-23 13:50:31 -0700 (Thu, 23 Aug 2012)

Log Message

Make gtest build with the latest version of clang.

Reviewed by Dan Bernstein.

* gtest/src/gtest-internal-inl.h:
(GTestFlagSaver): Remove an unused member.

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/ChangeLog (126478 => 126479)


--- trunk/Source/ThirdParty/ChangeLog	2012-08-23 20:50:27 UTC (rev 126478)
+++ trunk/Source/ThirdParty/ChangeLog	2012-08-23 20:50:31 UTC (rev 126479)
@@ -1,3 +1,12 @@
+2012-08-23  Mark Rowe  <[email protected]>
+
+        Make gtest build with the latest version of clang.
+
+        Reviewed by Dan Bernstein.
+
+        * gtest/src/gtest-internal-inl.h:
+        (GTestFlagSaver): Remove an unused member.
+
 2012-07-03  Tony Chang  <[email protected]>
 
         [chromium] Unreviewed, update .gitignore to handle VS2010 files.

Modified: trunk/Source/ThirdParty/gtest/src/gtest-internal-inl.h (126478 => 126479)


--- trunk/Source/ThirdParty/gtest/src/gtest-internal-inl.h	2012-08-23 20:50:27 UTC (rev 126478)
+++ trunk/Source/ThirdParty/gtest/src/gtest-internal-inl.h	2012-08-23 20:50:31 UTC (rev 126479)
@@ -200,7 +200,6 @@
   bool list_tests_;
   String output_;
   bool print_time_;
-  bool pretty_;
   internal::Int32 random_seed_;
   internal::Int32 repeat_;
   bool shuffle_;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to