Mercurial > spidermonkey-playground
diff server_socket.h @ 58:0b66a265df13
Fixed some bugs that raised assertions in debug builds of SpiderMonkey.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Wed, 24 Jun 2009 21:15:45 -0700 |
parents | f86740dc5fa0 |
children |
line wrap: on
line diff
--- a/server_socket.h Wed Jun 24 19:38:05 2009 -0700 +++ b/server_socket.h Wed Jun 24 21:15:45 2009 -0700 @@ -36,6 +36,6 @@ #include "jsapi.h" -extern JSExtendedClass sServerSocket_JSClass; +extern JSClass sServerSocket_JSClass; extern JSBool createServerSocket(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval);