Bug 763573: Don't export PrimitiveConversions.h. r=bz

This commit is contained in:
Kyle Huey 2012-06-11 13:04:34 -07:00
parent 65ef37d6e0
commit 5c863e56f1
4 changed files with 4 additions and 2 deletions

View File

@ -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',

View File

@ -64,7 +64,6 @@ EXPORTS_$(binding_include_path) = \
PrototypeList.h \
RegisterBindings.h \
Nullable.h \
PrimitiveConversions.h \
TypedArray.h \
BindingUtils.h \
$(exported_binding_headers) \

View File

@ -11,6 +11,8 @@
#ifndef mozilla_dom_PrimitiveConversions_h
#define mozilla_dom_PrimitiveConversions_h
#include "xpcpublic.h"
namespace mozilla {
namespace dom {

View File

@ -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