fixed a linux build problem
This commit is contained in:
@@ -1324,7 +1324,7 @@ PRInt32 CStyleToken::GetTokenType(void) {
|
|||||||
* @param aName -- string to init token name with
|
* @param aName -- string to init token name with
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
CSkippedContentToken::CSkippedContentToken() : CAttributeToken(eHTMLTag_unknown) {
|
CSkippedContentToken::CSkippedContentToken() : CAttributeToken() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1324,7 +1324,7 @@ PRInt32 CStyleToken::GetTokenType(void) {
|
|||||||
* @param aName -- string to init token name with
|
* @param aName -- string to init token name with
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
CSkippedContentToken::CSkippedContentToken() : CAttributeToken(eHTMLTag_unknown) {
|
CSkippedContentToken::CSkippedContentToken() : CAttributeToken() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user