зеркало из https://github.com/mozilla/pjs.git
Fix for 106586 (Inappropriate source into the plaintext copy.) r=heikki, sr=jst.
This commit is contained in:
Родитель
a124eb34ff
Коммит
4dd8dea7bb
|
@ -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
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче