It's not a hubbub error

This commit is contained in:
Daniel Silverstone 2015-08-12 11:00:22 +02:00
parent c47db23f8f
commit 2c7dfe0d3d

View File

@ -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);