Fix space in comments (see issue #3384)

This commit is contained in:
Marshall Greenblatt
2022-09-05 14:10:30 -04:00
parent 09b4cbd32c
commit cf7e10aacc
4 changed files with 7 additions and 7 deletions

View File

@ -515,7 +515,7 @@ class CefV8Value : public virtual CefBaseRefCounted {
/// provided |buffer| of size |length| bytes. The ArrayBuffer is externalized,
/// meaning that it does not own |buffer|. The caller is responsible for
/// freeing |buffer| when requested via a call to
/// CefV8ArrayBufferReleaseCallback:: ReleaseBuffer. This method should only
/// CefV8ArrayBufferReleaseCallback::ReleaseBuffer. This method 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.