Commit 35558d38 authored by Daryl Haresign's avatar Daryl Haresign Committed by Commit Bot

[api] TracedGlobal not V8_EXPORT

V8_EXPORT is not required for public class templates, and using it may
lead to linker errors when users attempt to dllimport V8.

Change-Id: I0b2db2371d0fcbf50af94ba629670486b8f2bc00
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1757284Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Commit-Queue: Yang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#63225}
parent 3815fc19
......@@ -801,7 +801,7 @@ using UniquePersistent = Global<T>;
* be treated as root or not.
*/
template <typename T>
class V8_EXPORT TracedGlobal {
class TracedGlobal {
public:
/**
* An empty TracedGlobal without storage cell.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment