Fix documentation reference to CefV8ContextHandler.

This commit is contained in:
Marshall Greenblatt
2015-03-30 11:40:33 +02:00
parent 2fe1d33239
commit a82110b31e
3 changed files with 17 additions and 16 deletions

View File

@@ -390,7 +390,7 @@ class CefV8Value : public virtual CefBase {
///
// Create a new CefV8Value object of type Date. This method should only be
// called from within the scope of a CefV8ContextHandler, CefV8Handler or
// called from within the scope of a CefRenderProcessHandler, CefV8Handler or
// CefV8Accessor callback, or in combination with calling Enter() and Exit()
// on a stored CefV8Context reference.
///
@@ -406,7 +406,7 @@ class CefV8Value : public virtual CefBase {
///
// Create a new CefV8Value object of type object with optional accessor. This
// method should only be called from within the scope of a
// CefV8ContextHandler, CefV8Handler or CefV8Accessor callback, or in
// CefRenderProcessHandler, CefV8Handler or CefV8Accessor callback, or in
// combination with calling Enter() and Exit() on a stored CefV8Context
// reference.
///
@@ -416,7 +416,7 @@ class CefV8Value : public virtual CefBase {
///
// Create a new CefV8Value object of type array with the specified |length|.
// If |length| is negative the returned array will have length 0. This method
// should only be called from within the scope of a CefV8ContextHandler,
// should only be called from within the scope of a CefRenderProcessHandler,
// CefV8Handler or CefV8Accessor callback, or in combination with calling
// Enter() and Exit() on a stored CefV8Context reference.
///
@@ -425,7 +425,7 @@ class CefV8Value : public virtual CefBase {
///
// Create a new CefV8Value object of type function. This method should only be
// called from within the scope of a CefV8ContextHandler, CefV8Handler or
// called from within the scope of a CefRenderProcessHandler, CefV8Handler or
// CefV8Accessor callback, or in combination with calling Enter() and Exit()
// on a stored CefV8Context reference.
///