mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-26 17:45:15 +02:00
This patch makes both of these classes inherit from RefCounted and Bindings::Wrappable, plus some minimal rejigging to allow us to keep using them internally while also exposing them to web content.
6 lines
26 B
Plaintext
6 lines
26 B
Plaintext
interface CSSRule {
|
|
|
|
|
|
|
|
};
|