[Webkit-unassigned] [Bug 157192] [Win] Enable IndexedDB.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 29 13:58:33 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=157192

--- Comment #6 from peavo at outlook.com ---
(In reply to comment #5)
> (In reply to comment #2)
> > This patch needs VS2015 Update 2 to compile.
> What exactly needs update 2?  What happens if you compile without it?

I get a compile error in the method UniqueIDBDatabase::activateTransactionInBackingStore.

error C2668: 'WebCore::IDBServer::UniqueIDBDatabase::storeCallback': ambiguous call to overloaded function

void UniqueIDBDatabase::activateTransactionInBackingStore(UniqueIDBDatabaseTransaction& transaction)
{
    LOG(IndexedDB, "(main) UniqueIDBDatabase::activateTransactionInBackingStore");

    RefPtr<UniqueIDBDatabase> self(this);
    RefPtr<UniqueIDBDatabaseTransaction> refTransaction(&transaction);

    auto callback = [this, self, refTransaction](const IDBError& error) {
        refTransaction->didActivateInBackingStore(error);
    };

    uint64_t callbackID = storeCallback(callback);
    m_server.postDatabaseTask(createCrossThreadTask(*this, &UniqueIDBDatabase::performActivateTransactionInBackingStore, callbackID, transaction.info()));
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160429/4c8ff319/attachment-0001.html>


More information about the webkit-unassigned mailing list