mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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
|
@ -19,6 +19,7 @@ if (!("dbg" in this)) {
|
|||
spidermonkeyId: script.source.id,
|
||||
url: script.source.url,
|
||||
text: script.source.text,
|
||||
isInline: script.source.introductionType == "inlineScript",
|
||||
});
|
||||
} catch (error) {
|
||||
logError(error);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue