Title: [131714] trunk/Source/WebKit2
Revision
131714
Author
commit-qu...@webkit.org
Date
2012-10-18 01:13:54 -0700 (Thu, 18 Oct 2012)

Log Message

[WK2] Update test expectation for the python message test after r131700
https://bugs.webkit.org/show_bug.cgi?id=99689

Patch by Byungwoo Lee <bw80....@samsung.com> on 2012-10-18
Reviewed by Gyuyoung Kim.

Need to update test expectations about including headers and forwarding
declarations on derived sources for ipc message. (after r131700 : build fix)

* Scripts/webkit2/messages_unittest.py:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (131713 => 131714)


--- trunk/Source/WebKit2/ChangeLog	2012-10-18 08:01:12 UTC (rev 131713)
+++ trunk/Source/WebKit2/ChangeLog	2012-10-18 08:13:54 UTC (rev 131714)
@@ -1,3 +1,15 @@
+2012-10-18  Byungwoo Lee  <bw80....@samsung.com>
+
+        [WK2] Update test expectation for the python message test after r131700
+        https://bugs.webkit.org/show_bug.cgi?id=99689
+
+        Reviewed by Gyuyoung Kim.
+
+        Need to update test expectations about including headers and forwarding
+        declarations on derived sources for ipc message. (after r131700 : build fix)
+
+        * Scripts/webkit2/messages_unittest.py:
+
 2012-10-18  Mikhail Pozdnyakov  <mikhail.pozdnya...@intel.com>
 
         [EFL][WK2] Remove '_' prefix from private API structure names

Modified: trunk/Source/WebKit2/Scripts/webkit2/messages_unittest.py (131713 => 131714)


--- trunk/Source/WebKit2/Scripts/webkit2/messages_unittest.py	2012-10-18 08:01:12 UTC (rev 131713)
+++ trunk/Source/WebKit2/Scripts/webkit2/messages_unittest.py	2012-10-18 08:13:54 UTC (rev 131714)
@@ -315,6 +315,7 @@
 
 #include "Arguments.h"
 #include "Connection.h"
+#include "MessageEncoder.h"
 #include "MessageID.h"
 #include "Plugin.h"
 #include <WebCore/KeyboardEvent.h>
@@ -324,7 +325,6 @@
 
 namespace CoreIPC {
     class Connection;
-    class MessageEncoder;
     class DummyType;
     class MachPort;
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to