Closed
Bug 1366147
Opened 7 years ago
Closed 7 years ago
Lots of WARNING: 'mCallback.mType != Callback::Type::Unknown'
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
http://searchfox.org/mozilla-central/rev/24c443a440104dabd9447608bd41b8766e8fc2f5/xpcom/threads/nsTimerImpl.cpp#423
The warning is emitted from here and is caused by https://hg.mozilla.org/mozilla-central/rev/263b21216568#l1.42.
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Attachment #8869305 -
Flags: review?(wmccloskey)
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8869305 [details]
Bug 1366147 - SetTarget() should be called once only after the timer is created.
https://reviewboard.mozilla.org/r/140858/#review144418
Thanks.
Attachment #8869305 -
Flags: review?(wmccloskey) → review+
Assignee | ||
Comment 3•7 years ago
|
||
Thanks!
Pushed by jwwang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ef0903e70b1a
SetTarget() should be called once only after the timer is created. r=billm
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•