⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243205 in webkit


Ignore:
Timestamp:
Mar 20, 2019, 9:17:21 AM (7 years ago)
Author:
Chris Dumez
Message:

Unreviewed, fix typo in comment added in r243156.

  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::postMessageToInjectedBundle):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r243203 r243205  
     12019-03-20  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed, fix typo in comment added in r243156.
     4
     5        * UIProcess/WebPageProxy.cpp:
     6        (WebKit::WebPageProxy::postMessageToInjectedBundle):
     7
    182019-03-20  Chris Dumez  <cdumez@apple.com>
    29
  • trunk/Source/WebKit/UIProcess/WebPageProxy.cpp

    r243163 r243205  
    57975797void WebPageProxy::postMessageToInjectedBundle(const String& messageName, API::Object* messageBody)
    57985798{
    5799     // For backward-compatibility, make sure we launch the initial process if the client asks to post a message to its injected bundle because doing a load.
     5799    // For backward-compatibility, make sure we launch the initial process if the client asks to post a message to its injected bundle before doing a load.
    58005800    launchInitialProcessIfNecessary();
    58015801
Note: See TracChangeset for help on using the changeset viewer.