mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-20 16:34:14 +03:00
It's not a hubbub error
This commit is contained in:
parent
c47db23f8f
commit
2c7dfe0d3d
@ -870,7 +870,8 @@ html_create_html_data(html_content *c, const http_parameter *params)
|
||||
lwc_string_unref(c->universal);
|
||||
c->universal = NULL;
|
||||
|
||||
return libdom_hubbub_error_to_nserror(err);
|
||||
LOG("Unable to set user data.");
|
||||
return NSERROR_DOM;
|
||||
}
|
||||
|
||||
assert(old_node_data == NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user