forked from mykmelez/gecko
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1647959 [wpt PR 24324] - [idlharness] Remove old names for legacy…
… extended attributes, a=testonly Automatic update from web-platform-tests [idlharness] Remove old names for legacy extended attributes (#24324) The following attributes don't seem to have code relating to them in idlharness: - OverrideBuiltins / LegacyOverrideBuiltIns - TreatNonObjectAsNull / LegacyTreatNonObjectAsNull - TreatNullAs=EmptyString / LegacyNullToEmptyString Finally, didn't touch NoInterfaceObject yet as there appear to be no specs that mention it or its replacement LegacyNoInterfaceObject in interfaces/*.idl. See web-platform-tests/wpt#23148 -- wpt-commits: f50d16f119d200ae2abbab7d51e80a48f156059c wpt-pr: 24324
- Loading branch information
1 parent
572cd81
commit 3dafe95
Showing
2 changed files
with
8 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ | |
void Lies(); | ||
}; | ||
namespace bar { | ||
[Unforgeable] | ||
[LegacyUnforgeable] | ||
void Truth(); | ||
}; | ||
namespace baz { | ||
|