mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Plumb the introductionType into notifyNewSource()
Co-authored-by: atbrakhi <atbrakhi@igalia.com> Signed-off-by: Delan Azabani <dazabani@igalia.com>
This commit is contained in:
parent
615c9ec013
commit
4e57fefeec
3 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,7 @@ dictionary NotifyNewSource {
|
|||
required unsigned long spidermonkeyId;
|
||||
required DOMString url;
|
||||
required DOMString text;
|
||||
required boolean isInline;
|
||||
|
||||
// FIXME: error[E0599]: the method `trace` exists for reference `&Option<TypedArray<Uint8, *mut JSObject>>`, but
|
||||
// its trait bounds were not satisfied
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue