Closed
Bug 1789133
Opened 3 years ago
Closed 3 years ago
Fix non-unified-build bustage in SandboxTestingChildTests.h
Categories
(Core :: Security: Process Sandboxing, task, P3)
Core
Security: Process Sandboxing
Tracking
()
RESOLVED
FIXED
106 Branch
| Tracking | Status | |
|---|---|---|
| firefox106 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
References
Details
Attachments
(1 file)
0:06.66 In file included from /Users/jvarga/Projects/Mozilla10/src/security/sandbox/common/test/SandboxTestingChild.cpp:8:
0:06.66 /Users/jvarga/Projects/Mozilla10/src/security/sandbox/common/test/SandboxTestingChildTests.h:769:39: error: no type named 'SandboxingKind' in namespace 'mozilla::ipc'
0:06.67 ipc::SandboxingKind aSandbox) {
0:06.67 ~~~~~^
0:06.67 /Users/jvarga/Projects/Mozilla10/src/security/sandbox/common/test/SandboxTestingChildTests.h:803:24: error: no member named 'SandboxingKind' in namespace 'mozilla::ipc'
0:06.67 aSandbox == ipc::SandboxingKind::UTILITY_AUDIO_DECODING_APPLE_MEDIA);
0:06.67 ~~~~~^
0:06.67 2 errors generated.
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1257907e7acd
Fix non-unified-build bustage in SandboxTestingChildTests.h; r=gerard-majax
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•