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

Unified Diff: third_party/WebKit/Source/platform/bindings/ScopedPersistent.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/ScopedPersistent.h
diff --git a/third_party/WebKit/Source/platform/bindings/ScopedPersistent.h b/third_party/WebKit/Source/platform/bindings/ScopedPersistent.h
index 2cf5ae2a90504f486215c7519d55a4903841680e..b61ab924734067d9733ead85d0dc37b886c47bae 100644
--- a/third_party/WebKit/Source/platform/bindings/ScopedPersistent.h
+++ b/third_party/WebKit/Source/platform/bindings/ScopedPersistent.h
@@ -40,6 +40,7 @@
namespace blink {
+// Holds a persistent handle to a V8 object.
haraken 2017/04/29 02:39:11 Add that: - developers should use ScopedPersisten
jbroman 2017/04/29 04:11:30 Aside: What does ScopedPersistent do that v8::Glob
adithyas 2017/05/01 17:41:16 Done.
template <typename T>
class ScopedPersistent {
USING_FAST_MALLOC(ScopedPersistent);

Powered by Google App Engine
This is Rietveld 408576698