mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Migrate to IDL mixin syntax
This commit is contained in:
@@ -14,4 +14,4 @@ interface ShadowRoot : DocumentFragment {
|
||||
|
||||
enum ShadowRootMode { "open", "closed"};
|
||||
|
||||
ShadowRoot implements DocumentOrShadowRoot;
|
||||
ShadowRoot includes DocumentOrShadowRoot;
|
||||
|
||||
Reference in New Issue
Block a user