mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
LibWeb: Expect IDL namespace to end with semicolon
From the Web IDL spec: https://heycam.github.io/webidl/#prod-Namespace Namespace :: namespace identifier { NamespaceMembers } ;
This commit is contained in:
committed by
Andreas Kling
parent
ec4980e875
commit
c1dfb2d883
@@ -11,4 +11,4 @@ interface HTMLImageElement : HTMLElement {
|
||||
[Reflect] attribute DOMString align;
|
||||
[LegacyNullToEmptyString, Reflect] attribute DOMString border;
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user