Skip to content

Commit

Permalink
Bug 1476012 - Remove dependency of Realm.h on GlobalObject.h r=jandem
Browse files Browse the repository at this point in the history
  • Loading branch information
jonco3 committed Jul 17, 2018
1 parent 642584d commit e97e770
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions js/src/vm/EnvironmentObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "gc/WeakMap.h"
#include "js/GCHashTable.h"
#include "vm/ArgumentsObject.h"
#include "vm/GlobalObject.h"
#include "vm/JSContext.h"
#include "vm/JSObject.h"
#include "vm/ProxyObject.h"
Expand Down
1 change: 1 addition & 0 deletions js/src/vm/ErrorReporting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "jsexn.h"
#include "jsfriendapi.h"

#include "vm/GlobalObject.h"
#include "vm/JSContext.h"

#include "vm/JSContext-inl.h"
Expand Down
1 change: 1 addition & 0 deletions js/src/vm/Realm-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include "gc/Barrier.h"
#include "gc/Marking.h"
#include "vm/GlobalObject.h"
#include "vm/Iteration.h"

#include "vm/JSContext-inl.h"
Expand Down
2 changes: 1 addition & 1 deletion js/src/vm/Realm.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

#include <stddef.h>

#include "builtin/Array.h"
#include "gc/Barrier.h"
#include "gc/Zone.h"
#include "js/UniquePtr.h"
#include "vm/ArrayBufferObject.h"
#include "vm/Compartment.h"
#include "vm/GlobalObject.h"
#include "vm/ReceiverGuard.h"
#include "vm/RegExpShared.h"
#include "vm/SavedStacks.h"
Expand Down

0 comments on commit e97e770

Please sign in to comment.