зеркало из https://github.com/mozilla/pjs.git
Bug 380469: Followup to remove to no longer used JSGenerator.next. r=brendan
This commit is contained in:
Родитель
f2ead1b71c
Коммит
27f65ded77
|
@ -91,7 +91,6 @@ typedef enum JSGeneratorState {
|
|||
} JSGeneratorState;
|
||||
|
||||
struct JSGenerator {
|
||||
JSGenerator *next;
|
||||
JSObject *obj;
|
||||
JSGeneratorState state;
|
||||
JSStackFrame frame;
|
||||
|
|
Загрузка…
Ссылка в новой задаче