Correct comments to reflect that bug 460695 landed on 1.9.1.

--HG--
extra : transplant_source : %DBPU%C0M%FF%AEP%3Ae%0A%7DW%23%5E%D5%A9r%A6%1A
This commit is contained in:
L. David Baron 2009-05-20 16:04:39 -04:00
Родитель f29bd479c9
Коммит 22e6981f6c
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -197,7 +197,7 @@ typedef struct XPCOMFunctions{
CStringSetIsVoidFunc cstringSetIsVoid;
CStringGetIsVoidFunc cstringGetIsVoid;
// Added for Mozilla 1.9.2
// Added for Mozilla 1.9.1
CycleCollectorSuspect2Func cycleSuspect2Func;
CycleCollectorForget2Func cycleForget2Func;

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

@ -122,7 +122,7 @@ static const XPCOMFunctions kFrozenFunctions = {
&NS_CStringSetIsVoid_P,
&NS_CStringGetIsVoid_P,
// these functions were added post 1.9.1
// these functions were added post 1.9
&NS_CycleCollectorSuspect2_P,
&NS_CycleCollectorForget2_P
};