Fix mismatch in context getter/setter names of default port (#2554)

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
Akos Kiss
2018-10-08 13:48:23 +02:00
committed by GitHub
parent 4a0dd587fc
commit a9c6364bce
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -608,7 +608,7 @@ main (int argc,
#ifdef JERRY_ENABLE_EXTERNAL_CONTEXT
jerry_context_t *context_p = jerry_create_context (512*1024, context_alloc, NULL);
jerry_port_default_set_context (context_p);
jerry_port_default_set_current_context (context_p);
#endif /* JERRY_ENABLE_EXTERNAL_CONTEXT */