[webkit-help] Need help in understanding how HTMLDocument::createElement() get called?

Ariya Hidayat ariya.hidayat at gmail.com
Sun Jan 31 06:08:45 PST 2010


> Can you please tell me how the method  HTMLDocument::createElement()
> get called?
> .h file declares private method and when I search it in
> HTMLDocument.cpp , i don't see anywhere this method is being called.

HTMLDocument inherits Document and Document has the same virtual
function createElement() as well. Maybe that is what you are after?


More information about the webkit-help mailing list