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

Changeset 243417 in webkit


Ignore:
Timestamp:
Mar 23, 2019, 5:47:08 PM (7 years ago)
Author:
Chris Dumez
Message:

Unreviewed, fix typo in comment added in r243379.

  • UIProcess/API/Cocoa/WKProcessGroup.mm:

(-[WKProcessGroup setDelegate:]):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r243416 r243417  
     12019-03-23  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed, fix typo in comment added in r243379.
     4
     5        * UIProcess/API/Cocoa/WKProcessGroup.mm:
     6        (-[WKProcessGroup setDelegate:]):
     7
    182019-03-23  Simon Fraser  <simon.fraser@apple.com>
    29
  • trunk/Source/WebKit/UIProcess/API/Cocoa/WKProcessGroup.mm

    r243379 r243417  
    218218
    219219    // If the client can observe when the connection to the WebProcess injected bundle is established, then we cannot
    220     // safely delay the launch of the WebProcess until something is loaded in the Web view.
     220    // safely delay the launch of the WebProcess until something is loaded in the web view.
    221221    if ([delegate respondsToSelector:@selector(processGroup:didCreateConnectionToWebProcessPlugIn:)])
    222222        _processPool->disableDelayedWebProcessLaunch();
Note: See TracChangeset for help on using the changeset viewer.