add 2 dom api to fuzz

This commit is contained in:
Zepeng Hu 2020-06-11 16:52:51 +00:00
parent a79784e5ec
commit d1a326fd6c

View File

@ -46,4 +46,4 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
FuzzSVG(bytes);
return 0;
}
#endif
#endif