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
1bab95d028
commit
03d472ba33
@ -11,7 +11,7 @@
|
|||||||
#include "jsfriendapi.h"
|
#include "jsfriendapi.h"
|
||||||
#include "jswrapper.h"
|
#include "jswrapper.h"
|
||||||
#include "js/Proxy.h"
|
#include "js/Proxy.h"
|
||||||
#include "HeapAPI.h"
|
#include "js/HeapAPI.h"
|
||||||
#include "xpcprivate.h"
|
#include "xpcprivate.h"
|
||||||
#include "mozilla/Casting.h"
|
#include "mozilla/Casting.h"
|
||||||
|
|
||||||
|
@ -34,7 +34,6 @@ EXPORTS.mozilla.jsipc = [
|
|||||||
LOCAL_INCLUDES += [
|
LOCAL_INCLUDES += [
|
||||||
'/dom/base',
|
'/dom/base',
|
||||||
'/js/ipc',
|
'/js/ipc',
|
||||||
'/js/public',
|
|
||||||
'/js/src',
|
'/js/src',
|
||||||
'/js/xpconnect/src',
|
'/js/xpconnect/src',
|
||||||
'/js/xpconnect/wrappers',
|
'/js/xpconnect/wrappers',
|
||||||
|
Loading…
Reference in New Issue
Block a user