Bug 1398393 - Set Servo thread state on cooperative threads. r=billm

By doing this we avoid triggering assertions in the Servo code that ensure
we have registered the thread with Servo and set the proper state on it.

MozReview-Commit-ID: K6qHrYoQDLm
This commit is contained in:
Blake Kaplan
2017-09-08 16:50:34 -07:00
parent b6dd1975c1
commit b0520c99b2
3 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
#include "base/message_loop.h"
#include "mozilla/IOInterposer.h"
#include "mozilla/ServoBindings.h"
#include "nsError.h"
#include "nsThreadUtils.h"