mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1187773 - Don't include heapapi.h from js/public. r=jorendorff
This commit is contained in:
parent
7502764b09
commit
73be0a3748
@ -11,7 +11,7 @@
|
||||
#include "jsfriendapi.h"
|
||||
#include "jswrapper.h"
|
||||
#include "js/Proxy.h"
|
||||
#include "HeapAPI.h"
|
||||
#include "js/HeapAPI.h"
|
||||
#include "xpcprivate.h"
|
||||
#include "mozilla/Casting.h"
|
||||
|
||||
|
@ -34,7 +34,6 @@ EXPORTS.mozilla.jsipc = [
|
||||
LOCAL_INCLUDES += [
|
||||
'/dom/base',
|
||||
'/js/ipc',
|
||||
'/js/public',
|
||||
'/js/src',
|
||||
'/js/xpconnect/src',
|
||||
'/js/xpconnect/wrappers',
|
||||
|
Loading…
Reference in New Issue
Block a user