From 61d83bb035be4f52bd7439f191666b07ff39e1c3 Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Fri, 2 May 2014 23:40:33 +0000 Subject: Update file-level comment for gin::IsolateHolder BUG=368728 R=abarth@chromium.org Review URL: https://codereview.chromium.org/261823009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267972 0039d316-1c4b-4281-b951-d872f2087c98 --- gin/public/isolate_holder.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gin') diff --git a/gin/public/isolate_holder.h b/gin/public/isolate_holder.h index f82a53a..ee696f6 100644 --- a/gin/public/isolate_holder.h +++ b/gin/public/isolate_holder.h @@ -16,12 +16,12 @@ class PerIsolateData; // To embed Gin, first create an instance of IsolateHolder to hold the // v8::Isolate in which you will execute JavaScript. You might wish to subclass -// IsolateHolder if you want to tie more state to the lifetime of the +// IsolateHolder if you want to tie more state to the lifetime of the isolate. // // You can use gin in two modes: either gin manages V8, or the gin-embedder -// manages gin. If gin manages V8, use the IsolateHolder constructor without -// parameters, otherwise, the gin-embedder needs to create v8::Isolates and -// pass them to IsolateHolder. +// manages gin. If gin manages V8, use the IsolateHolder constructor that does +// not take an v8::Isolate parameter, otherwise, the gin-embedder needs to +// create v8::Isolates and pass them to IsolateHolder. // // It is not possible to mix the two. class GIN_EXPORT IsolateHolder { -- cgit v1.1