зеркало из https://github.com/mozilla/gecko-dev.git
fix for bug 5832; bad constant for nbsp value. rvd - floppy moose; appv - chofmann
This commit is contained in:
Родитель
f9a664a948
Коммит
724e8503af
|
@ -39,7 +39,7 @@ class nsIFrame;
|
|||
|
||||
const static char* kMOZEditorBogusNodeAttr="MOZ_EDITOR_BOGUS_NODE";
|
||||
const static char* kMOZEditorBogusNodeValue="TRUE";
|
||||
const unsigned char nbsp = nbsp;
|
||||
const unsigned char nbsp = 160;
|
||||
|
||||
static NS_DEFINE_IID(kPlaceholderTxnIID, PLACEHOLDER_TXN_IID);
|
||||
static NS_DEFINE_CID(kCContentIteratorCID, NS_CONTENTITERATOR_CID);
|
||||
|
|
|
@ -39,7 +39,7 @@ class nsIFrame;
|
|||
|
||||
const static char* kMOZEditorBogusNodeAttr="MOZ_EDITOR_BOGUS_NODE";
|
||||
const static char* kMOZEditorBogusNodeValue="TRUE";
|
||||
const unsigned char nbsp = nbsp;
|
||||
const unsigned char nbsp = 160;
|
||||
|
||||
static NS_DEFINE_IID(kPlaceholderTxnIID, PLACEHOLDER_TXN_IID);
|
||||
static NS_DEFINE_CID(kCContentIteratorCID, NS_CONTENTITERATOR_CID);
|
||||
|
|
Загрузка…
Ссылка в новой задаче