mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix space in comments (see issue #3384)
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user