Title: [140760] trunk/Source/WebKit2
- Revision
- 140760
- Author
- [email protected]
- Date
- 2013-01-24 17:49:53 -0800 (Thu, 24 Jan 2013)
Log Message
Redundant LegacyReceiver attribute in WebPage.messages.in
https://bugs.webkit.org/show_bug.cgi?id=107875
Patch by Jae Hyun Park <[email protected]> on 2013-01-24
Reviewed by Anders Carlsson.
To generate WebPageMessageReceiver with legacy, just one LegacyReceiver
attribute in WebPage.messages.in is enough. This patch removes this
redundant attribute.
* WebProcess/WebPage/WebPage.messages.in:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (140759 => 140760)
--- trunk/Source/WebKit2/ChangeLog 2013-01-25 01:35:27 UTC (rev 140759)
+++ trunk/Source/WebKit2/ChangeLog 2013-01-25 01:49:53 UTC (rev 140760)
@@ -1,3 +1,16 @@
+2013-01-24 Jae Hyun Park <[email protected]>
+
+ Redundant LegacyReceiver attribute in WebPage.messages.in
+ https://bugs.webkit.org/show_bug.cgi?id=107875
+
+ Reviewed by Anders Carlsson.
+
+ To generate WebPageMessageReceiver with legacy, just one LegacyReceiver
+ attribute in WebPage.messages.in is enough. This patch removes this
+ redundant attribute.
+
+ * WebProcess/WebPage/WebPage.messages.in:
+
2013-01-24 Anders Carlsson <[email protected]>
Fix release build.
Modified: trunk/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in (140759 => 140760)
--- trunk/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in 2013-01-25 01:35:27 UTC (rev 140759)
+++ trunk/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in 2013-01-25 01:49:53 UTC (rev 140760)
@@ -20,7 +20,7 @@
# 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.
-messages -> WebPage LegacyReceiver LegacyReceiver {
+messages -> WebPage LegacyReceiver {
SetActive(bool active)
SetFocused(bool focused)
SetInitialFocus(bool forward, bool isKeyboardEventValid, WebKit::WebKeyboardEvent event)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes