1
Fork 0
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:
Idan Horowitz 2021-10-01 18:01:20 +03:00 committed by Andreas Kling
parent bd648d082c
commit 7f551d7f6a
3 changed files with 13 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#import <Event.idl>
#import <DOM/Event.idl>
[Exposed=(Window,Worker), CustomVisit]
interface CustomEvent : Event {