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

Unified Diff: Source/platform/heap/BlinkGCMemoryDumpProvider.cpp

Issue 1201193004: Mandoline: Fixed assert on startup (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/BlinkGCMemoryDumpProvider.cpp
diff --git a/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp b/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp
index 5e7f8a9d659515038abc905a344e7987eec3100c..fcdcff1e611b4bbd405e37c3ae0c001af8a6fc44 100644
--- a/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp
+++ b/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp
@@ -54,7 +54,6 @@ void BlinkGCMemoryDumpProvider::clearProcessDumpForCurrentGC()
BlinkGCMemoryDumpProvider::BlinkGCMemoryDumpProvider()
: m_currentProcessMemoryDump(adoptPtr(Platform::current()->createProcessMemoryDump()))
{
- ASSERT(m_currentProcessMemoryDump);
}
} // namespace blink
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698