Fix for 106586 (Inappropriate source into the plaintext copy.) r=heikki, sr=jst.

This commit is contained in:
peterv%netscape.com 2001-11-30 09:50:25 +00:00
Родитель 90e4dc76c0
Коммит 9b4ac10992
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -152,7 +152,11 @@ public:
// Output the content of noscript elements (only for serializing
// to plaintext).
OutputNoScriptContent = 2048
OutputNoScriptContent = 2048,
// Output the content of noframes elements (only for serializing
// to plaintext).
OutputNoFramesContent = 4096
};
/**