webnode/Source/WebCore/bindings/java/JavaEventListener.cpp has the following code:
//FIXME: it need to be per-thread object then [WORKERS] would be introduced!
Vector<ScriptExecutionContext*> JavaEventListener::sm_vScriptExecutionContexts;
Now that workers are implemented, seeRT-25987, this may be a problem.
//FIXME: it need to be per-thread object then [WORKERS] would be introduced!
Vector<ScriptExecutionContext*> JavaEventListener::sm_vScriptExecutionContexts;
Now that workers are implemented, see
- relates to
-
JDK-8125058 drt workers test fail
-
- Resolved
-