Remove unused old API GetSymbol() in V8PrivateProperty
In the previous CLs, we replaced all the old GetSymbol(), which uses void* as a key, with the new GetSybmol(), which uses an instance of SymbolKey. So, this CL removes the unused old GetSymbol(). Bug: 715418 Change-Id: I465370f55ed07632c6f4d00804733c3c49aaab43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888858Reviewed-by:Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Marina Sakai <marinasakai@google.com> Cr-Commit-Position: refs/heads/master@{#710673}
Showing
Please register or sign in to comment