Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: third_party/WebKit/Source/platform/bindings/SharedPersistent.h

Issue 2851563004: Add documentation for platform/bindings (Closed)
Patch Set: Code review Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..6b8bf54f6ce828f3f6e51a6d8d6cf02294385a9c 100644
--- a/third_party/WebKit/Source/platform/bindings/SharedPersistent.h
+++ b/third_party/WebKit/Source/platform/bindings/SharedPersistent.h
@@ -38,6 +38,7 @@
namespace blink {
+// A ref counted version of ScopedPersistent.
haraken 2017/04/29 02:39:11 This class is intended to be used for ScriptValue
adithyas 2017/05/01 17:41:16 Added.
template <typename T>
class SharedPersistent : public RefCounted<SharedPersistent<T>> {
WTF_MAKE_NONCOPYABLE(SharedPersistent);

Powered by Google App Engine
This is Rietveld 408576698