[api] Fix typo.

BUG=

Review-Url: https://codereview.chromium.org/2315413002
Cr-Commit-Position: refs/heads/master@{#39259}
This commit is contained in:
franzih 2016-09-07 11:55:01 -07:00 committed by Commit bot
parent 147c810cc7
commit 9048298d4c

View File

@ -343,7 +343,7 @@ class Local {
#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>
using Handle = Local<T>;
#endif