mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 12:32:55 +00:00
Remove XXX comment that is now addressed (as rbs pointed out). Bug 113201.
This commit is contained in:
parent
b4eebb0cbd
commit
94e9cc65dd
@ -1211,7 +1211,6 @@ nsParser::WillBuildModel(nsString& aFilename)
|
||||
eDTDMode_autodetect == mParserContext->mDTDMode) {
|
||||
|
||||
nsAutoString theBuffer;
|
||||
// XXXVidur Make a copy and only check in the first 1k
|
||||
mParserContext->mScanner->Peek(theBuffer, 1024);
|
||||
DetermineParseMode(theBuffer, mParserContext->mDTDMode,
|
||||
mParserContext->mDocType, mParserContext->mMimeType);
|
||||
|
Loading…
x
Reference in New Issue
Block a user