add 2 dom api to fuzz

This commit is contained in:
Zepeng Hu 2020-06-11 16:56:04 +00:00
parent f12f47e66a
commit 8cd42e00ab

View File

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