Commit f592f2e5 authored by jochen's avatar jochen Committed by Commit bot

Fix small typo in NewRemoteContext comment

R=verwaest@chromium.org,dcheng@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2137943003
Cr-Commit-Position: refs/heads/master@{#37647}
parent 136e60a7
......@@ -7182,7 +7182,7 @@ class V8_EXPORT Context {
* Instead, the access check handlers need to return nothing to achieve the
* same effect.
*
* It is possible, however, the create a new context from the global object
* It is possible, however, to create a new context from the global object
* returned by this method.
*/
static MaybeLocal<Object> NewRemoteContext(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment