Bug 880565 (part 1) - Move isFunction() et al from jsobjinlines.h to jsobj.h and minimize the number of files that #include jsobjinlines.h. r=benjamin.
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
#include "jsobj.h"
|
||||
#include "jsstr.h"
|
||||
|
||||
#include "js/Date.h"
|
||||
#include "vm/DateTime.h"
|
||||
#include "vm/GlobalObject.h"
|
||||
#include "vm/Interpreter.h"
|
||||
@@ -47,8 +48,6 @@
|
||||
|
||||
#include "jsobjinlines.h"
|
||||
|
||||
#include "js/Date.h"
|
||||
|
||||
using namespace js;
|
||||
using namespace js::types;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user