Fix typo
Reviewed By: amnn Differential Revision: D4258150 fbshipit-source-id: d41c5426b801d32db6099cf8b29596689f369ba6
This commit is contained in:
parent
a0f3a93f0b
commit
0e6895f270
|
@ -251,7 +251,7 @@ void JSCExecutor::initOnJSVMThread() throw(JSException) {
|
|||
installNativeHook<&JSCExecutor::nativeFlushQueueImmediate>("nativeFlushQueueImmediate");
|
||||
installNativeHook<&JSCExecutor::nativeCallSyncHook>("nativeCallSyncHook");
|
||||
|
||||
// Websorker support
|
||||
// Webworker support
|
||||
installNativeHook<&JSCExecutor::nativeStartWorker>("nativeStartWorker");
|
||||
installNativeHook<&JSCExecutor::nativePostMessageToWorker>("nativePostMessageToWorker");
|
||||
installNativeHook<&JSCExecutor::nativeTerminateWorker>("nativeTerminateWorker");
|
||||
|
|
Loading…
Reference in New Issue