Title: [219204] trunk/Source/WebCore
- Revision
- 219204
- Author
- commit-qu...@webkit.org
- Date
- 2017-07-06 11:10:21 -0700 (Thu, 06 Jul 2017)
Log Message
Unreviewed, rolling out r219201.
https://bugs.webkit.org/show_bug.cgi?id=174211
"Causes crashes on Release builds and API tests" (Requested by
ddkilzer on #webkit).
Reverted changeset:
"Add release assert to explore crash for
<rdar://problem/32908525>"
http://trac.webkit.org/changeset/219201
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (219203 => 219204)
--- trunk/Source/WebCore/ChangeLog 2017-07-06 17:23:07 UTC (rev 219203)
+++ trunk/Source/WebCore/ChangeLog 2017-07-06 18:10:21 UTC (rev 219204)
@@ -1,5 +1,19 @@
2017-07-06 Commit Queue <commit-qu...@webkit.org>
+ Unreviewed, rolling out r219201.
+ https://bugs.webkit.org/show_bug.cgi?id=174211
+
+ "Causes crashes on Release builds and API tests" (Requested by
+ ddkilzer on #webkit).
+
+ Reverted changeset:
+
+ "Add release assert to explore crash for
+ <rdar://problem/32908525>"
+ http://trac.webkit.org/changeset/219201
+
+2017-07-06 Commit Queue <commit-qu...@webkit.org>
+
Unreviewed, rolling out r219194.
https://bugs.webkit.org/show_bug.cgi?id=174207
Modified: trunk/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp (219203 => 219204)
--- trunk/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp 2017-07-06 17:23:07 UTC (rev 219203)
+++ trunk/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp 2017-07-06 18:10:21 UTC (rev 219204)
@@ -66,7 +66,6 @@
UniqueIDBDatabase::~UniqueIDBDatabase()
{
LOG(IndexedDB, "UniqueIDBDatabase::~UniqueIDBDatabase() (%p) %s", this, m_identifier.debugString().utf8().data());
- RELEASE_ASSERT(!m_backingStore);
ASSERT(isMainThread());
ASSERT(!hasAnyPendingCallbacks());
ASSERT(!hasUnfinishedTransactions());
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes