1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-26 01:15:37 +00:00

[document] debug statement

This commit is contained in:
Witold Filipczyk 2021-09-24 19:33:50 +02:00
parent 9f52b04f2a
commit 3c780ccc09

View File

@ -1511,6 +1511,9 @@ document_replace(JSContext *ctx, unsigned int argc, JS::Value *vp)
void *
document_parse(struct document *document)
{
#ifdef ECMASCRIPT_DEBUG
fprintf(stderr, "%s:%s\n", __FILE__, __FUNCTION__);
#endif
struct cache_entry *cached = document->cached;
struct fragment *f = get_cache_fragment(cached);