Skip to content
  • charles.wei@torchmobile.com.cn's avatar
    Remove build warning for unused function parameters in indexeddb. · 7a8f3122
    charles.wei@torchmobile.com.cn authored
    https://bugs.webkit.org/show_bug.cgi?id=113043
    
    Reviewed by Tony Chang.
    
    No new tests, just remove build warning.
    
    * Modules/indexeddb/IDBCallbacks.h:
    (WebCore::IDBCallbacks::onBlocked):
    (WebCore::IDBCallbacks::onUpgradeNeeded):
    * Modules/indexeddb/IDBCursor.cpp:
    (WebCore::IDBCursor::stringToDirection):
    * Modules/indexeddb/IDBCursor.h:
    (IDBCursor):
    * Modules/indexeddb/IDBCursorBackendImpl.cpp:
    (WebCore::IDBCursorBackendImpl::prefetchReset):
    * Modules/indexeddb/IDBDatabase.cpp:
    (WebCore::IDBDatabase::transaction):
    * Modules/indexeddb/IDBDatabaseBackendImpl.cpp:
    (WebCore::IDBDatabaseBackendImpl::setIndexesReady):
    * Modules/indexeddb/IDBIndex.cpp:
    (WebCore::IDBIndex::openCursor):
    (WebCore::IDBIndex::openKeyCursor):
    * Modules/indexeddb/IDBLevelDBCoding.cpp:
    (IDBLevelDBCoding):
    * Modules/indexeddb/IDBObjectStore.cpp:
    (WebCore):
    (WebCore::IDBObjectStore::openCursor):
    * Modules/indexeddb/IDBTransaction.cpp:
    (WebCore::IDBTransaction::stringToMode):
    * Modules/indexeddb/IDBTransaction.h:
    (IDBTransaction):
    * inspector/InspectorIndexedDBAgent.cpp:
    (WebCore):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@147029 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    7a8f3122