1--- original 2+++ modified 3@@ -112,3 +112,7 @@ 4 object: MutableHandleObject, 5 ); 6 } 7+ 8+pub trait EmbedderHelpers { 9+ fn is_allowed_to_embed(cx: JSContext, global: HandleObject) -> bool; 10+}