mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Issue #2490 - Part 11: Convert CSSImportRule to WebIDL.
Note that the .media PutForwards is a new feature coming along for the ride, now that we're using the spec IDL.
This commit is contained in:
parent
95642cb4e5
commit
525606c15d
9 changed files with 38 additions and 40 deletions
|
|
@ -19,7 +19,6 @@ class TabChildGlobal;
|
|||
class ProcessGlobal;
|
||||
} // namespace dom
|
||||
namespace css {
|
||||
class ImportRule;
|
||||
class StyleRule;
|
||||
class MediaRule;
|
||||
class DocumentRule;
|
||||
|
|
@ -292,7 +291,6 @@ private:
|
|||
friend class SandboxPrivate;
|
||||
friend class nsInProcessTabChildGlobal;
|
||||
friend class nsWindowRoot;
|
||||
friend class mozilla::css::ImportRule;
|
||||
friend class mozilla::css::StyleRule;
|
||||
friend class mozilla::css::MediaRule;
|
||||
friend class mozilla::css::DocumentRule;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue