Changeset 243205 in webkit
- Timestamp:
- Mar 20, 2019, 9:17:21 AM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/WebPageProxy.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r243203 r243205 1 2019-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 1 8 2019-03-20 Chris Dumez <cdumez@apple.com> 2 9 -
trunk/Source/WebKit/UIProcess/WebPageProxy.cpp
r243163 r243205 5797 5797 void WebPageProxy::postMessageToInjectedBundle(const String& messageName, API::Object* messageBody) 5798 5798 { 5799 // For backward-compatibility, make sure we launch the initial process if the client asks to post a message to its injected bundle be cause 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. 5800 5800 launchInitialProcessIfNecessary(); 5801 5801
Note:
See TracChangeset
for help on using the changeset viewer.