In the class of HTMLDocumentParser have the enum SynchronousMode type:
enum SynchronousMode {
AllowYield,
ForceSynchronous,
};
void pumpTokenizer(SynchronousMode);
void pumpTokenizerIfPossible(SynchronousMode);but I am don't kown the means of AllowYield and ForceSynchronous? _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
