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

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElement.cpp

Issue 1884083002: Revert of Rename Heap to ThreadHeap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/core/html/HTMLMediaElement.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
index fc47d2e9060a42ccebea88c97e259b9a72399519..10a307ed2d297bfd1321ee3cac97297109b89390 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
@@ -3762,7 +3762,7 @@
void HTMLMediaElement::clearWeakMembers(Visitor* visitor)
{
- if (!ThreadHeap::isHeapObjectAlive(m_audioSourceNode))
+ if (!Heap::isHeapObjectAlive(m_audioSourceNode))
getAudioSourceProvider().setClient(nullptr);
}

Powered by Google App Engine
This is Rietveld 408576698