| Index: third_party/WebKit/Source/platform/bindings/SharedPersistent.h
|
| diff --git a/third_party/WebKit/Source/platform/bindings/SharedPersistent.h b/third_party/WebKit/Source/platform/bindings/SharedPersistent.h
|
| index 5677ef46176935b4d9e9b165494c755079e3f23b..59e50979f80a00e340214adf4262d1986ed2b726 100644
|
| --- a/third_party/WebKit/Source/platform/bindings/SharedPersistent.h
|
| +++ b/third_party/WebKit/Source/platform/bindings/SharedPersistent.h
|
| @@ -38,6 +38,9 @@
|
|
|
| namespace blink {
|
|
|
| +// A ref counted version of ScopedPersistent. This class is intended for use by
|
| +// ScriptValue and not for normal use. Consider using ScopedPersistent directly
|
| +// instead.
|
| template <typename T>
|
| class SharedPersistent : public RefCounted<SharedPersistent<T>> {
|
| WTF_MAKE_NONCOPYABLE(SharedPersistent);
|
|
|