Title: [134449] trunk/Tools
Revision
134449
Author
[email protected]
Date
2012-11-13 11:10:46 -0800 (Tue, 13 Nov 2012)

Log Message

Unreviewed, rolling out r134424.
http://trac.webkit.org/changeset/134424
https://bugs.webkit.org/show_bug.cgi?id=102076

Made fast/dom/Window/open-window-min-size.html crash.

* TestWebKitAPI/PlatformEfl.cmake:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (134448 => 134449)


--- trunk/Tools/ChangeLog	2012-11-13 19:10:44 UTC (rev 134448)
+++ trunk/Tools/ChangeLog	2012-11-13 19:10:46 UTC (rev 134449)
@@ -1,3 +1,13 @@
+2012-11-13  Dimitri Glazkov  <[email protected]>
+
+        Unreviewed, rolling out r134424.
+        http://trac.webkit.org/changeset/134424
+        https://bugs.webkit.org/show_bug.cgi?id=102076
+
+        Made fast/dom/Window/open-window-min-size.html crash.
+
+        * TestWebKitAPI/PlatformEfl.cmake:
+
 2012-11-12  Dana Jansens  <[email protected]>
 
         [chromium] Remove the WebCompositorSupport methods for changing settings, plumb everything through WebLayerTreeSettings

Modified: trunk/Tools/TestWebKitAPI/PlatformEfl.cmake (134448 => 134449)


--- trunk/Tools/TestWebKitAPI/PlatformEfl.cmake	2012-11-13 19:10:44 UTC (rev 134448)
+++ trunk/Tools/TestWebKitAPI/PlatformEfl.cmake	2012-11-13 19:10:46 UTC (rev 134449)
@@ -1,11 +1,9 @@
 ADD_CUSTOM_TARGET(forwarding-headersEflForTestWebKitAPI
-    COMMAND ${PERL_EXECUTABLE} ${WEBKIT2_DIR}/Scripts/generate-forwarding-headers.pl ${WEBKIT2_DIR} ${DERIVED_SOURCES_WEBKIT2_DIR}/include efl
     COMMAND ${PERL_EXECUTABLE} ${WEBKIT2_DIR}/Scripts/generate-forwarding-headers.pl ${TESTWEBKITAPI_DIR} ${DERIVED_SOURCES_WEBKIT2_DIR}/include efl
 )
 SET(ForwardingHeadersForTestWebKitAPI_NAME forwarding-headersEflForTestWebKitAPI)
 
 ADD_CUSTOM_TARGET(forwarding-headersSoupForTestWebKitAPI
-    COMMAND ${PERL_EXECUTABLE} ${WEBKIT2_DIR}/Scripts/generate-forwarding-headers.pl ${WEBKIT2_DIR} ${DERIVED_SOURCES_WEBKIT2_DIR}/include soup
     COMMAND ${PERL_EXECUTABLE} ${WEBKIT2_DIR}/Scripts/generate-forwarding-headers.pl ${TESTWEBKITAPI_DIR} ${DERIVED_SOURCES_WEBKIT2_DIR}/include soup
 )
 SET(ForwardingNetworkHeadersForTestWebKitAPI_NAME forwarding-headersSoupForTestWebKitAPI)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to