[api] Fix typo.
BUG= Review-Url: https://codereview.chromium.org/2315413002 Cr-Commit-Position: refs/heads/master@{#39259}
This commit is contained in:
parent
147c810cc7
commit
9048298d4c
@ -343,7 +343,7 @@ class Local {
|
|||||||
|
|
||||||
|
|
||||||
#if !defined(V8_IMMINENT_DEPRECATION_WARNINGS)
|
#if !defined(V8_IMMINENT_DEPRECATION_WARNINGS)
|
||||||
// Local is an alias for Local for historical reasons.
|
// Handle is an alias for Local for historical reasons.
|
||||||
template <class T>
|
template <class T>
|
||||||
using Handle = Local<T>;
|
using Handle = Local<T>;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user