Skip to content

Commit

Permalink
Fix typo on IRenderProcessMessageHandler.OnContextCreated
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed May 2, 2017
1 parent 0866fef commit 3015bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CefSharp/Handler/IRenderProcessMessageHandler.cs
Expand Up @@ -13,7 +13,7 @@ public interface IRenderProcessMessageHandler
/// <summary>
/// OnContextCreated is called in the Render process immediately after a CefV8Context is created.
/// An IPC message is immediately sent to notify the context has been created
/// (should be safe to execute javascript). If the page has no javascript then on context will be created
/// (should be safe to execute javascript). If the page has no javascript then no V8Context will be created
/// and as a result this method will not be called. Currently only called for the Main frame <see cref="IFrame.IsMain"/>
/// </summary>
/// <param name="browserControl">The ChromiumWebBrowser control</param>
Expand Down

0 comments on commit 3015bc3

Please sign in to comment.