mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 763573: Don't export PrimitiveConversions.h. r=bz
This commit is contained in:
parent
65ef37d6e0
commit
5c863e56f1
@ -3461,7 +3461,7 @@ class CGBindingRoot(CGThing):
|
||||
['mozilla/dom/BindingUtils.h',
|
||||
'mozilla/dom/DOMJSClass.h'],
|
||||
['mozilla/dom/Nullable.h',
|
||||
'mozilla/dom/PrimitiveConversions.h',
|
||||
'PrimitiveConversions.h',
|
||||
'XPCQuickStubs.h',
|
||||
'nsDOMQS.h',
|
||||
'AccessCheck.h',
|
||||
|
@ -64,7 +64,6 @@ EXPORTS_$(binding_include_path) = \
|
||||
PrototypeList.h \
|
||||
RegisterBindings.h \
|
||||
Nullable.h \
|
||||
PrimitiveConversions.h \
|
||||
TypedArray.h \
|
||||
BindingUtils.h \
|
||||
$(exported_binding_headers) \
|
||||
|
@ -11,6 +11,8 @@
|
||||
#ifndef mozilla_dom_PrimitiveConversions_h
|
||||
#define mozilla_dom_PrimitiveConversions_h
|
||||
|
||||
#include "xpcpublic.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
|
||||
|
@ -31,6 +31,7 @@ CPPSRCS := $(subst .webidl,Binding.cpp,$(test_webidl_files))
|
||||
LOCAL_INCLUDES += \
|
||||
-I$(topsrcdir)/js/xpconnect/src \
|
||||
-I$(topsrcdir)/js/xpconnect/wrappers \
|
||||
-I$(topsrcdir)/dom/bindings \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
Loading…
Reference in New Issue
Block a user