Bug 482921 part 1 - Implement HTML syntax highlighting using the new parser. r=Olli.Pettay.
This commit is contained in:
@@ -112,6 +112,8 @@ class nsHtml5TreeOpExecutor : public nsContentSink,
|
||||
|
||||
nsCOMPtr<nsIURI> mSpeculationBaseURI;
|
||||
|
||||
nsCOMPtr<nsIURI> mViewSourceBaseURI;
|
||||
|
||||
/**
|
||||
* Whether the parser has started
|
||||
*/
|
||||
@@ -416,6 +418,8 @@ class nsHtml5TreeOpExecutor : public nsContentSink,
|
||||
}
|
||||
#endif
|
||||
|
||||
nsIURI* GetViewSourceBaseURI();
|
||||
|
||||
void PreloadScript(const nsAString& aURL,
|
||||
const nsAString& aCharset,
|
||||
const nsAString& aType);
|
||||
|
||||
Reference in New Issue
Block a user