Title: [99639] trunk/Tools
Revision
99639
Author
commit-qu...@webkit.org
Date
2011-11-08 17:05:54 -0800 (Tue, 08 Nov 2011)

Log Message

Unreviewed, rolling out r99626.
http://trac.webkit.org/changeset/99626
https://bugs.webkit.org/show_bug.cgi?id=71866

"C++ exceptions cannot be disabled without influencing the
Objective-C exceptions" (Requested by benjaminp on #webkit).

Patch by Sheriff Bot <webkit.review....@gmail.com> on 2011-11-08

* DumpRenderTree/mac/Configurations/DumpRenderTree.xcconfig:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (99638 => 99639)


--- trunk/Tools/ChangeLog	2011-11-09 01:02:53 UTC (rev 99638)
+++ trunk/Tools/ChangeLog	2011-11-09 01:05:54 UTC (rev 99639)
@@ -1,3 +1,14 @@
+2011-11-08  Sheriff Bot  <webkit.review....@gmail.com>
+
+        Unreviewed, rolling out r99626.
+        http://trac.webkit.org/changeset/99626
+        https://bugs.webkit.org/show_bug.cgi?id=71866
+
+        "C++ exceptions cannot be disabled without influencing the
+        Objective-C exceptions" (Requested by benjaminp on #webkit).
+
+        * DumpRenderTree/mac/Configurations/DumpRenderTree.xcconfig:
+
 2011-11-08  Benjamin Poulain  <bpoul...@apple.com>
 
         [Mac] Disable C++ exceptions from DumpRenderTree

Modified: trunk/Tools/DumpRenderTree/mac/Configurations/DumpRenderTree.xcconfig (99638 => 99639)


--- trunk/Tools/DumpRenderTree/mac/Configurations/DumpRenderTree.xcconfig	2011-11-09 01:02:53 UTC (rev 99638)
+++ trunk/Tools/DumpRenderTree/mac/Configurations/DumpRenderTree.xcconfig	2011-11-09 01:05:54 UTC (rev 99639)
@@ -24,6 +24,5 @@
 OTHER_LDFLAGS = -sectcreate __DATA Ahem qt/fonts/AHEM____.TTF -sectcreate __DATA WeightWatcher100 fonts/WebKitWeightWatcher100.ttf -sectcreate __DATA WeightWatcher200 fonts/WebKitWeightWatcher200.ttf -sectcreate __DATA WeightWatcher300 fonts/WebKitWeightWatcher300.ttf -sectcreate __DATA WeightWatcher400 fonts/WebKitWeightWatcher400.ttf -sectcreate __DATA WeightWatcher500 fonts/WebKitWeightWatcher500.ttf -sectcreate __DATA WeightWatcher600 fonts/WebKitWeightWatcher600.ttf -sectcreate __DATA WeightWatcher700 fonts/WebKitWeightWatcher700.ttf -sectcreate __DATA WeightWatcher800 fonts/WebKitWeightWatcher800.ttf -sectcreate __DATA WeightWatcher900 fonts/WebKitWeightWatcher900.ttf
 LD_RUNPATH_SEARCH_PATHS = "@loader_path/.";
 PRODUCT_NAME = DumpRenderTree
-GCC_ENABLE_CPP_EXCEPTIONS = NO
 GCC_ENABLE_OBJC_EXCEPTIONS = YES
 GCC_PREFIX_HEADER = DumpRenderTreePrefix.h
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to