mirror of
https://github.com/tauri-apps/verso.git
synced 2026-01-31 00:55:21 +01:00
* Add flatpak manifest Known issues: - MOZJS_ARCHIVE need to link manually - Mozangle build failed due to stddef.h missing - script build failed due to missing WebIDL python module * Fix mozangle and script build errors * Update README.md * Update gitignore * Add libmozjs archive * Import more granular servo crates * Fix running error in flatpak * Enable surfman features on Windows * Enable mozangle features instead * build(flatpak): add verso desktop file --------- Co-authored-by: Wu Yuwei <Wu Yu Wei> Co-authored-by: Jason Tsai <jason@pews.dev>
12 lines
572 B
Diff
12 lines
572 B
Diff
--- WebIDL.py
|
|
+++ WebIDL.py
|
|
@@ -3490,7 +3490,7 @@ class IDLBuiltinType(IDLType):
|
|
[self.location, attribute.location])
|
|
assert not self.nullable()
|
|
if not attribute.hasValue():
|
|
- raise WebIDLError("[TreatNullAs] must take an identifier argument"
|
|
+ raise WebIDLError("[TreatNullAs] must take an identifier argument",
|
|
[attribute.location])
|
|
value = attribute.value()
|
|
if value != 'EmptyString':
|