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

Unified Diff: Source/heap/Visitor.h

Issue 169653006: [not for commit] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: replace = 0 with = nullptr Created 6 years, 10 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
« no previous file with comments | « no previous file | Source/platform/exported/WebAudioBus.cpp » ('j') | public/platform/WebPrivatePtr.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/heap/Visitor.h
diff --git a/Source/heap/Visitor.h b/Source/heap/Visitor.h
index 80623bf29531b79daa213ccdecb17877dff4bd6d..30df5c619ababb202d0d81e60f60799adfce0373 100644
--- a/Source/heap/Visitor.h
+++ b/Source/heap/Visitor.h
@@ -52,6 +52,7 @@
namespace WebCore {
class FinalizedHeapObjectHeader;
+template<typename T> class GarbageCollected;
template<typename T> class GarbageCollectedFinalized;
class HeapObjectHeader;
template<typename T> class Member;
@@ -91,6 +92,7 @@ struct GCInfo {
bool m_nonTrivialFinalizer;
};
+
// Template struct to detect whether type T inherits from
// GarbageCollectedFinalized.
template<typename T>
« no previous file with comments | « no previous file | Source/platform/exported/WebAudioBus.cpp » ('j') | public/platform/WebPrivatePtr.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698