Bug 551344 part 1 - Address sicking's review comments in nsHtml5Parser.cpp. r=jonas.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user