Title: [159075] trunk/Source/WebKit2
Revision
159075
Author
[email protected]
Date
2013-11-11 15:29:19 -0800 (Mon, 11 Nov 2013)

Log Message

Remove #include from test input of the *Messages.in processing scripts.
https://bugs.webkit.org/show_bug.cgi?id=123563

Patch by Gergo Balogh <[email protected]> on 2013-11-11
Reviewed by Darin Adler.

* Scripts/webkit2/messages_unittest.py:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (159074 => 159075)


--- trunk/Source/WebKit2/ChangeLog	2013-11-11 23:01:53 UTC (rev 159074)
+++ trunk/Source/WebKit2/ChangeLog	2013-11-11 23:29:19 UTC (rev 159075)
@@ -1,3 +1,12 @@
+2013-11-11  Gergo Balogh  <[email protected]>
+
+        Remove #include from test input of the *Messages.in processing scripts.
+        https://bugs.webkit.org/show_bug.cgi?id=123563
+
+        Reviewed by Darin Adler.
+
+        * Scripts/webkit2/messages_unittest.py:
+
 2013-11-11  Anders Carlsson  <[email protected]>
 
         Remove block based APIs from the WebKit2 C API

Modified: trunk/Source/WebKit2/Scripts/webkit2/messages_unittest.py (159074 => 159075)


--- trunk/Source/WebKit2/Scripts/webkit2/messages_unittest.py	2013-11-11 23:01:53 UTC (rev 159074)
+++ trunk/Source/WebKit2/Scripts/webkit2/messages_unittest.py	2013-11-11 23:29:19 UTC (rev 159075)
@@ -48,8 +48,6 @@
 # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-#include "config.h"
-
 #if ENABLE(WEBKIT2)
 
 messages -> WebPage LegacyReceiver {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to