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

Unified Diff: Source/platform/heap/Heap.h

Issue 802593004: WebAudio: Fix AudioNode leak in a case that AudioNode is not disconnected from the graph explicitly. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 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
Index: Source/platform/heap/Heap.h
diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h
index 76052f32432746a783d92fe4ed12282d7b68b9d3..66dedb0b733fc1c1acc42e3ff989cb40111266d1 100644
--- a/Source/platform/heap/Heap.h
+++ b/Source/platform/heap/Heap.h
@@ -928,6 +928,7 @@ public:
static void collectGarbageForTerminatingThread(ThreadState*);
static void collectAllGarbage();
+ static void visitObjects(ThreadState*, const HashSet<void*>&);
static void processMarkingStack(Visitor*);
static void postMarkingProcessing(Visitor*);
static void globalWeakProcessing(Visitor*);

Powered by Google App Engine
This is Rietveld 408576698