Bug 551344 part 1 - Address sicking's review comments in nsHtml5Parser.cpp. r=jonas.

This commit is contained in:
Henri Sivonen
2010-03-15 14:04:41 +02:00
parent 611516e318
commit b1663de57d
4 changed files with 99 additions and 90 deletions

View File

@@ -84,9 +84,9 @@ class nsHtml5Parser : public nsIParser,
NS_IMETHOD_(void) SetContentSink(nsIContentSink* aSink);
/**
* Returns |this| for backwards compat.
* Returns the tree op executor for backwards compat.
*/
NS_IMETHOD_(nsIContentSink*) GetContentSink(void);
NS_IMETHOD_(nsIContentSink*) GetContentSink();
/**
* Always returns "view" for backwards compat.
@@ -203,7 +203,7 @@ class nsHtml5Parser : public nsIParser,
/**
* Stops the parser prematurely
*/
NS_IMETHOD Terminate(void);
NS_IMETHOD Terminate();
/**
* Don't call. For interface backwards compat only.
@@ -233,7 +233,7 @@ class nsHtml5Parser : public nsIParser,
/**
* Don't call. For interface compat only.
*/
NS_IMETHOD BuildModel(void);
NS_IMETHOD BuildModel();
/**
* Don't call. For interface compat only.