Closed Bug 1714283 Opened 3 years ago Closed 3 years ago

IDB: Fix building in non-unified builds

Categories

(Core :: Storage: IndexedDB, task, P2)

task

Tracking

()

RESOLVED FIXED
91 Branch
Tracking Status
firefox91 --- fixed

People

(Reporter: janv, Assigned: janv)

Details

Attachments

(1 file)

There are still some problems with building in non-unified mode:

In a debug build:

0:19.92 /Users/jvarga/Projects/Mozilla4/src/dom/indexedDB/ActorsChild.cpp:88:16: error: unused variable 'kFileCopyBufferSize' [-Werror,-Wunused-const-variable]

0:19.92 const uint32_t kFileCopyBufferSize = 32768;

0:19.92                ^

In an opt build:

0:46.71 /Users/jvarga/Projects/Mozilla4/src/dom/indexedDB/IndexedDatabaseInlines.h:182:8: error: no matching function for call to 'ToJSValue'

0:46.71   if (!ToJSValue(aCx, aBaseObject, &wrappedValue)) {

0:46.71        ^~~~~~~~~

There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:janv, could you have a look please?
For more information, please visit auto_nag documentation.

Flags: needinfo?(jvarga)
Flags: needinfo?(jstutte)

Ok, I'll land it.

Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/72c168c505ea
IDB: Fix building in non-unified builds; r=dom-storage-reviewers,jstutte
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
Flags: needinfo?(jstutte)

Landed.

Flags: needinfo?(jvarga)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: