Ver Fonte

Whoops, partial update is bad..

Rudy Ges há 1 mês atrás
pai
commit
56ac226655
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      src/filters/exception/exceptions.ml

+ 3 - 3
src/filters/exception/exceptions.ml

@@ -13,9 +13,9 @@ type context = {
 	base_throw_type : Type.t;
 	throws_anything : bool;
 	catches_anything : bool;
-	haxe_exception : (Type.t * tclass) atomic_lazy;
-	haxe_native_stack_trace : tclass atomic_lazy;
-	value_exception : (Type.t * tclass) atomic_lazy;
+	haxe_exception : (Type.t * tclass) AtomicLazy.t;
+	haxe_native_stack_trace : tclass AtomicLazy.t;
+	value_exception : (Type.t * tclass) AtomicLazy.t;
 	is_of_type : (tclass * tclass_field * Type.t);
 }