1 
2 #ifndef EL__ECMASCRIPT_SPIDERMONKEY_NAVIGATOR_H
3 #define EL__ECMASCRIPT_SPIDERMONKEY_NAVIGATOR_H
4 
5 #include "ecmascript/spidermonkey/util.h"
6 
7 extern const JSClass navigator_class;
8 extern const JSPropertySpec navigator_props[];
9 
10 #endif
11