Bug 645075. Move scrolling to ref handling back from the document to the content sink so that it works with XSLT transformed documents. r=sicking

This commit is contained in:
Timothy Nikkel
2011-05-12 10:36:21 -05:00
parent 4a73a82d7d
commit f2081f3fef
17 changed files with 140 additions and 129 deletions

View File

@@ -187,7 +187,9 @@ class nsHtml5TreeOpExecutor : public nsContentSink,
* Returns the document.
*/
virtual nsISupports *GetTarget();
virtual void ScrollToRef() { ScrollToRefImpl(); }
// nsContentSink methods
virtual void UpdateChildCounts();
virtual nsresult FlushTags();