Changeset 140760 in webkit


Ignore:
Timestamp:
Jan 24, 2013 5:49:53 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Redundant LegacyReceiver attribute in WebPage.messages.in
https://bugs.webkit.org/show_bug.cgi?id=107875

Patch by Jae Hyun Park <jae.park@company100.net> 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:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r140756 r140760  
     12013-01-24  Jae Hyun Park  <jae.park@company100.net>
     2
     3        Redundant LegacyReceiver attribute in WebPage.messages.in
     4        https://bugs.webkit.org/show_bug.cgi?id=107875
     5
     6        Reviewed by Anders Carlsson.
     7
     8        To generate WebPageMessageReceiver with legacy, just one LegacyReceiver
     9        attribute in WebPage.messages.in is enough. This patch removes this
     10        redundant attribute.
     11
     12        * WebProcess/WebPage/WebPage.messages.in:
     13
    1142013-01-24  Anders Carlsson  <andersca@apple.com>
    215
  • trunk/Source/WebKit2/WebProcess/WebPage/WebPage.messages.in

    r140605 r140760  
    2121# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2222
    23 messages -> WebPage LegacyReceiver LegacyReceiver {
     23messages -> WebPage LegacyReceiver {
    2424    SetActive(bool active)
    2525    SetFocused(bool focused)
Note: See TracChangeset for help on using the changeset viewer.