mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
bug 272360: missing break in nsViewSourceHTML.cpp r+sr=bzbarsky
This commit is contained in:
parent
7b23cfde59
commit
afdaf7255c
@ -1238,6 +1238,7 @@ NS_IMETHODIMP CViewSourceHTML::HandleToken(CToken* aToken,nsIParser* aParser) {
|
||||
|
||||
case eToken_instruction:
|
||||
result=WriteTag(mPITag,aToken->GetStringValue(),0,aToken->IsInError());
|
||||
break;
|
||||
|
||||
default:
|
||||
result=NS_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user