Remove Servo window.trap() extension (#30743)

This Servo-specific extension is unused by any code in the repository
and removing it allows us to remove use of nightly only reliance on
rust intrinsics. This is a step toward supporting stable rust.
This commit is contained in:
Martin Robinson 2023-11-17 08:43:26 +01:00 committed by GitHub
parent 378fdbe225
commit 50732b49c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 8 deletions

View file

@ -141,8 +141,6 @@ partial interface Window {
[Pref="dom.servo_helpers.enabled"]
undefined gc();
[Pref="dom.servo_helpers.enabled"]
undefined trap();
[Pref="dom.servo_helpers.enabled"]
undefined js_backtrace();
};