12011-09-06 David Grogan <dgrogan@chromium.org>
2
3 Consolidate key, primary key, value cursor messages.
4 https://bugs.webkit.org/show_bug.cgi?id=67663
5
6 Reviewed by NOBODY (OOPS!).
7
8 No new tests. (OOPS!)
9
10 * storage/IDBCallbacks.h:
11 * storage/IDBCursor.cpp:
12 (WebCore::IDBCursor::create):
13 (WebCore::IDBCursor::IDBCursor):
14 (WebCore::IDBCursor::key):
15 (WebCore::IDBCursor::primaryKey):
16 (WebCore::IDBCursor::value):
17 * storage/IDBCursor.h:
18 * storage/IDBCursorBackendImpl.cpp:
19 (WebCore::IDBCursorBackendImpl::continueFunctionInternal):
20 * storage/IDBCursorWithValue.cpp:
21 (WebCore::IDBCursorWithValue::create):
22 (WebCore::IDBCursorWithValue::IDBCursorWithValue):
23 * storage/IDBCursorWithValue.h:
24 * storage/IDBIndexBackendImpl.cpp:
25 (WebCore::IDBIndexBackendImpl::openCursorInternal):
26 * storage/IDBObjectStoreBackendImpl.cpp:
27 (WebCore::IDBObjectStoreBackendImpl::openCursorInternal):
28 * storage/IDBRequest.cpp:
29 (WebCore::IDBRequest::onSuccess):
30 * storage/IDBRequest.h:
31