mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[document] debug statement
This commit is contained in:
parent
9f52b04f2a
commit
3c780ccc09
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user