mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:27:45 +00:00
LibWeb: Use the LibWeb source directory as the IDL #import base path
This allows us to include IDL files from other base LibWeb directories wihout using relative `../foo.idl` references.
This commit is contained in:
parent
bd648d082c
commit
7f551d7f6a
3 changed files with 13 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
#import <Event.idl>
|
||||
#import <DOM/Event.idl>
|
||||
|
||||
[Exposed=(Window,Worker), CustomVisit]
|
||||
interface CustomEvent : Event {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue