Closed
Bug 1714284
Opened 3 years ago
Closed 3 years ago
LS: Fix building in non-unified builds
Categories
(Core :: Storage: localStorage & sessionStorage, task, P2)
Core
Storage: localStorage & sessionStorage
Tracking
()
RESOLVED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
Details
Attachments
(1 file)
In an opt build:
0:31.51 /Users/jvarga/Projects/Mozilla4/src/dom/localstorage/ActorsParent.cpp:231:16: error: unused variable 'kJournalFileName' [-Werror,-Wunused-const-variable]
0:31.51 constexpr auto kJournalFileName = u"data.sqlite-journal"_ns;
0:31.51 ^
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D116683
Comment 2•3 years ago
|
||
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)
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ae8ad5f51fbd
LS: Fix building in non-unified builds; r=dom-storage-reviewers,jstutte
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
Updated•3 years ago
|
Flags: needinfo?(jstutte)
You need to log in
before you can comment on or make changes to this bug.
Description
•