Open
Bug 915337
Opened 11 years ago
Updated 2 years ago
Bug 785884 required a Windows clobber
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
REOPENED
People
(Reporter: janv, Unassigned)
References
(Blocks 1 open bug)
Details
Here's the push:
https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=8734ea74053b
The error is:
e:/builds/moz2_slave/m-in-w32-000000000000000000000/build/dom/base/nsDOMWindowUtils.cpp(2851) : error C2065: 'IDBOpenDBOptions' : undeclared identifier
And here's the error from the log:
https://tbpl.mozilla.org/php/getParsedLog.php?id=27675060&tree=Mozilla-Inbound&full=1#error0
It seems that IDBFactoryBinding.h needs to be regenerated (the patch added IDBOpenDBOptions to IDBFactory.webidl) before nsDOMWindowUtils.cpp can be compiled.
Comment 1•11 years ago
|
||
I suspect it's a manifestation of bug 914935
Comment 2•10 years ago
|
||
Bug 785884 is fixed.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 3•10 years ago
|
||
Reopend as per bug 1114669 comment 2.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•