Bug 91619 - Build failure in IndexedDB.
Summary: Build failure in IndexedDB.
Status: RESOLVED DUPLICATE of bug 91612
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nayan Kumar K
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-18 05:18 PDT by Nayan Kumar K
Modified: 2012-07-18 06:05 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.94 KB, patch)
2012-07-18 05:24 PDT, Nayan Kumar K
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nayan Kumar K 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.
Comment 1 Nayan Kumar K 2012-07-18 05:24:37 PDT
Created attachment 152995 [details]
Patch
Comment 2 Nayan Kumar K 2012-07-18 05:32:19 PDT

*** This bug has been marked as a duplicate of bug 91612 ***
Comment 3 Nayan Kumar K 2012-07-18 05:33:13 PDT
Comment on attachment 152995 [details]
Patch

Clearing the review comment.
Comment 4 Nayan Kumar K 2012-07-18 06:05:19 PDT
Comment on attachment 152995 [details]
Patch

Clearing the review flag.