Closed
Bug 1254774
Opened 9 years ago
Closed 9 years ago
error: member access into incomplete type 'nsIUUIDGenerator' after bug 1237847
Categories
(Core :: Security: Process Sandboxing, defect)
Tracking
()
RESOLVED
FIXED
mozilla48
Tracking | Status | |
---|---|---|
firefox48 | --- | wontfix |
People
(Reporter: clokep, Assigned: clokep)
References
Details
(Keywords: regression)
Attachments
(2 files)
8.89 KB,
text/plain
|
Details | |
983 bytes,
patch
|
bugzilla
:
review+
|
Details | Diff | Splinter Review |
I'm getting build errors in toolkit/xre/nsAppRunner.cpp after bug 1237847 landed. (I verified by backing out 5b20181a5b50 and my build completed).
The error is:
Unified_cpp_toolkit_xre0.o
/Users/pcloke/mozilla/comm-central/mozilla/toolkit/xre/nsAppRunner.cpp:689:17: error: member access into incomplete type 'nsIUUIDGenerator'
rv = uuidgen->GenerateUUIDInPlace(&uuid);
^
I've attached a partial build log.
I suspect this is because I have --disable-accessibility. (https://hg.mozilla.org/mozilla-central/annotate/05c087337043dd8e71cc27bdb5b9d55fd00aaa26/toolkit/xre/nsAppRunner.cpp#l117 maybe similar to bug 990793?)
Assignee | ||
Comment 1•9 years ago
|
||
I'm not really sure who the right reviewer for this code is, so I chose the same reviewer as bug 1237847, please let me know if this is incorrect.
(I suspect I also filed this bug in the wrong component, but again...I matched the bug that caused the regression.)
Updated•9 years ago
|
Component: Plug-ins → Security: Process Sandboxing
Comment 2•9 years ago
|
||
Comment on attachment 8728166 [details] [diff] [review]
Patch v1
Review of attachment 8728166 [details] [diff] [review]:
-----------------------------------------------------------------
I can take this. r=me.
Attachment #8728166 -
Flags: review?(bobowen.code) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
Comment 4•9 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•