I noticed some places where RefPtr was used for a function return value.
Created attachment 21697 [details] patch
Comment on attachment 21697 [details] patch There are changes to 4 functions in XSLTProcessor.h, but to only 3 functions in XSLTProcessor.cpp. Why is that?
(In reply to comment #2) > (From update of attachment 21697 [details] [edit]) > There are changes to 4 functions in XSLTProcessor.h, but to only 3 functions in > XSLTProcessor.cpp. Why is that? Because documentFromXMLDocPtr is declared in the header, but never defined. I'll just remove its declaration.
Comment on attachment 21697 [details] patch Gaa! // Convert a libxml doc ptr to a KHTML DOM Document r=me
Committed revision 34551.