Title: [129267] trunk/Source/WebCore
Revision
129267
Author
[email protected]
Date
2012-09-21 16:07:20 -0700 (Fri, 21 Sep 2012)

Log Message

No need to pass order file for WebCoreTestSupport build
https://bugs.webkit.org/show_bug.cgi?id=97363

Reviewed by David Kilzer.

No new tests because no functional change.

* Configurations/WebCoreTestSupport.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (129266 => 129267)


--- trunk/Source/WebCore/ChangeLog	2012-09-21 22:59:37 UTC (rev 129266)
+++ trunk/Source/WebCore/ChangeLog	2012-09-21 23:07:20 UTC (rev 129267)
@@ -1,3 +1,14 @@
+2012-09-21  Pratik Solanki  <[email protected]>
+
+        No need to pass order file for WebCoreTestSupport build
+        https://bugs.webkit.org/show_bug.cgi?id=97363
+
+        Reviewed by David Kilzer.
+
+        No new tests because no functional change.
+
+        * Configurations/WebCoreTestSupport.xcconfig:
+
 2012-09-21  Chris Rogers  <[email protected]>
 
         Add Web Audio support for deprecated/legacy APIs

Modified: trunk/Source/WebCore/Configurations/WebCoreTestSupport.xcconfig (129266 => 129267)


--- trunk/Source/WebCore/Configurations/WebCoreTestSupport.xcconfig	2012-09-21 22:59:37 UTC (rev 129266)
+++ trunk/Source/WebCore/Configurations/WebCoreTestSupport.xcconfig	2012-09-21 23:07:20 UTC (rev 129267)
@@ -45,3 +45,4 @@
 EXECUTABLE_PREFIX = lib;
 EXPORTED_SYMBOLS_FILE = ;
 OTHER_LDFLAGS = ;
+SECTORDER_FLAGS = ;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to