mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Bug 1335863 - Inline Gecko_IsHTMLElementInHTMLDocument. r=emilio
This commit is contained in:
parent
ae88d22399
commit
e78f2404e1
2 changed files with 12 additions and 4 deletions
|
@ -235,6 +235,7 @@ mod bindings {
|
|||
.include(add_include("mozilla/Keyframe.h"))
|
||||
.include(add_include("mozilla/ServoElementSnapshot.h"))
|
||||
.include(add_include("mozilla/dom/Element.h"))
|
||||
.include(add_include("mozilla/dom/NameSpaceConstants.h"))
|
||||
.include(add_include("mozilla/ServoBindings.h"))
|
||||
.include(add_include("nsMediaFeatures.h"))
|
||||
.include(add_include("nsMediaList.h"))
|
||||
|
@ -258,6 +259,7 @@ mod bindings {
|
|||
"BORDER_COLOR_.*",
|
||||
"BORDER_STYLE_.*",
|
||||
"mozilla::SERVO_PREF_.*",
|
||||
"kNameSpaceID_.*",
|
||||
];
|
||||
let whitelist = [
|
||||
"RawGecko.*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue