RESOLVED DUPLICATE of bug 9161291619
Build failure in IndexedDB.
https://bugs.webkit.org/show_bug.cgi?id=91619
Summary Build failure in IndexedDB.
Nayan Kumar K
Reported 2012-07-18 05:18:02 PDT
Due to https://bugs.webkit.org/show_bug.cgi?id=91456, we see following compilation error in chromium-linux release build with 4.6.3 version of gcc compiler. ../../third_party/WebKit/Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.cpp: In member function ‘virtual void WebCore::IDBLevelDBBackingStore::getObjectStores(int64_t, WTF::Vector<long int>&, WTF::Vector<WTF::String>&, WTF::Vector<WebCore::IDBKeyPath>&, WTF::Vector<bool>&)’: ../../third_party/WebKit/Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.cpp:422:21: error: unused variable ‘keyGeneratorCurrentNumber’ [-Werror=unused-variable] ASSERT's are disabled in release build and hence this error.
Attachments
Patch (1.94 KB, patch)
2012-07-18 05:24 PDT, Nayan Kumar K
no flags
Nayan Kumar K
Comment 1 2012-07-18 05:24:37 PDT
Nayan Kumar K
Comment 2 2012-07-18 05:32:19 PDT
*** This bug has been marked as a duplicate of bug 91612 ***
Nayan Kumar K
Comment 3 2012-07-18 05:33:13 PDT
Comment on attachment 152995 [details] Patch Clearing the review comment.
Nayan Kumar K
Comment 4 2012-07-18 06:05:19 PDT
Comment on attachment 152995 [details] Patch Clearing the review flag.
Note You need to log in before you can comment on or make changes to this bug.