Closed
Bug 1382863
Opened 2 years ago
Closed 2 years ago
Undefined symbols for architecture x86_64 "vtable for mozilla::dom::MessagePortChild"
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Not set
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: bradwerth, Assigned: bradwerth)
Details
Attachments
(1 file)
macOS clang compilation fails with: Undefined symbols for architecture x86_64: "vtable for mozilla::dom::MessagePortChild", referenced from: mozilla::dom::MessagePortChild::MessagePortChild() in BackgroundChildImpl.o NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. And it appears that this explanation is, in fact, the case.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•2 years ago
|
Attachment #8888553 -
Flags: review?(overholt)
Comment 3•2 years ago
|
||
You want baku to review this.
Assignee | ||
Updated•2 years ago
|
Attachment #8888553 -
Flags: review?(overholt) → review?(amarchesini)
Comment 4•2 years ago
|
||
mozreview-review |
Comment on attachment 8888553 [details] Bug 1382863 Part 1: Move MessagePortChild constructor out of inline, creating a vtable needed for clang compilation. https://reviewboard.mozilla.org/r/159530/#review165014
Attachment #8888553 -
Flags: review?(amarchesini) → review+
Pushed by bwerth@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/4e853e81c2be Part 1: Move MessagePortChild constructor out of inline, creating a vtable needed for clang compilation. r=baku
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4e853e81c2be
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
Updated•9 months ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•