Displaying 1 result from an estimated 1 matches for "f6e07af".
2007 Aug 22
0
5 commits - libswfdec/swfdec_as_object.c NEWS player/swfplay.c
...d08ac3d27814cbc72a7237e64)
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Aug 22 11:04:04 2007 +0200
set constructor before __proto__
This avoids issues when __proto__.constructor is permanent
diff --git a/libswfdec/swfdec_as_object.c b/libswfdec/swfdec_as_object.c
index f6e07af..d24c337 100644
--- a/libswfdec/swfdec_as_object.c
+++ b/libswfdec/swfdec_as_object.c
@@ -494,12 +494,12 @@ swfdec_as_object_new (SwfdecAsContext *c
g_assert (context->Object_prototype);
object = swfdec_as_object_new_empty (context);
- SWFDEC_AS_VALUE_SET_OBJECT (&val, context->...