mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
DOM: Added field ctx to the struct dom_node_list to easy get/set
the private data of an object.
This commit is contained in:
parent
a6eca1ae60
commit
829a953eb2
@ -277,7 +277,8 @@ struct dom_node {
|
||||
struct dom_node_list {
|
||||
size_t size;
|
||||
#ifdef CONFIG_ECMASCRIPT
|
||||
void *ecmascript_obj;
|
||||
void *ctx;
|
||||
void *ecmascript_obj;
|
||||
#endif
|
||||
struct dom_node *entries[1];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user