Title: [135969] trunk/Source/WebCore
- Revision
- 135969
- Author
- commit-qu...@webkit.org
- Date
- 2012-11-27 20:54:01 -0800 (Tue, 27 Nov 2012)
Log Message
Remove ASSERT_NOT_REACHED() from IDBCursorBackendImpl::postSuccessHandlerCallback()
https://bugs.webkit.org/show_bug.cgi?id=103461
Patch by Michael Pruett <mich...@68k.org> on 2012-11-27
Reviewed by Kentaro Hara.
The assertion is applicable only to the Chromium port.
Tests: storage/indexeddb/*
* Modules/indexeddb/IDBCursorBackendImpl.h:
(WebCore::IDBCursorBackendImpl::postSuccessHandlerCallback):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (135968 => 135969)
--- trunk/Source/WebCore/ChangeLog 2012-11-28 04:48:44 UTC (rev 135968)
+++ trunk/Source/WebCore/ChangeLog 2012-11-28 04:54:01 UTC (rev 135969)
@@ -1,3 +1,17 @@
+2012-11-27 Michael Pruett <mich...@68k.org>
+
+ Remove ASSERT_NOT_REACHED() from IDBCursorBackendImpl::postSuccessHandlerCallback()
+ https://bugs.webkit.org/show_bug.cgi?id=103461
+
+ Reviewed by Kentaro Hara.
+
+ The assertion is applicable only to the Chromium port.
+
+ Tests: storage/indexeddb/*
+
+ * Modules/indexeddb/IDBCursorBackendImpl.h:
+ (WebCore::IDBCursorBackendImpl::postSuccessHandlerCallback):
+
2012-11-27 Shinya Kawanaka <shin...@chromium.org>
[Refactoring] HasSelectorForClassStyleFunctor in Element.cpp seems verbose
Modified: trunk/Source/WebCore/Modules/indexeddb/IDBCursorBackendImpl.h (135968 => 135969)
--- trunk/Source/WebCore/Modules/indexeddb/IDBCursorBackendImpl.h 2012-11-28 04:48:44 UTC (rev 135968)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBCursorBackendImpl.h 2012-11-28 04:54:01 UTC (rev 135969)
@@ -63,7 +63,7 @@
virtual void deleteFunction(PassRefPtr<IDBCallbacks>, ExceptionCode&);
virtual void prefetchContinue(int numberToFetch, PassRefPtr<IDBCallbacks>, ExceptionCode&);
virtual void prefetchReset(int usedPrefetches, int unusedPrefetches);
- virtual void postSuccessHandlerCallback() { ASSERT_NOT_REACHED(); }
+ virtual void postSuccessHandlerCallback() { }
PassRefPtr<IDBKey> key() const { return m_cursor->key(); }
PassRefPtr<IDBKey> primaryKey() const { return m_cursor->primaryKey(); }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes