stylo: Add nsINode.h in order to generate bindings for the node flags.

This commit is contained in:
Emilio Cobos Álvarez 2016-07-07 18:38:27 -07:00
parent d62de85094
commit 8f8b23a1a0
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -74,7 +74,8 @@ COMPILATION_TARGETS = {
"nsDataHashtable.h", "nsCSSScanner.h", "utility", "nsTArray",
"pair", "SheetParsingMode.h", "StaticPtr.h", "nsProxyRelease.h",
"mozilla/dom/AnimationEffectReadOnlyBinding.h",
"/Types.h", # <- Disallow UnionTypes.h
"/Types.h", # <- Disallow UnionTypes.h
"nsINode.h", # <- For `NodeFlags`.
],
"blacklist": [
"IsDestructibleFallbackImpl", "IsDestructibleFallback",
@ -84,6 +85,7 @@ COMPILATION_TARGETS = {
"_Itup_cat", "AnimationEffectTimingProperties",
"FastAnimationEffectTimingProperties", "ComputedTimingProperties",
"FastComputedTimingProperties",
"nsINode",
],
"opaque_types": [
"nsIntMargin", "nsIntPoint", "nsIntRect", "nsCOMArray",