Index: Source/build/scripts/templates/InternalRuntimeFlags.idl.tmpl |
diff --git a/Source/build/scripts/templates/InternalRuntimeFlags.idl.tmpl b/Source/build/scripts/templates/InternalRuntimeFlags.idl.tmpl |
index b498f1eda3abc129a6e5fbb3c15eacbf6a038778..cf1e78bf629c3e8a50390a0c9b24eb4aecdb604a 100644 |
--- a/Source/build/scripts/templates/InternalRuntimeFlags.idl.tmpl |
+++ b/Source/build/scripts/templates/InternalRuntimeFlags.idl.tmpl |
@@ -3,7 +3,6 @@ |
[ |
WillBeGarbageCollected, |
- NoInterfaceObject, // testing interfaces do not appear on global objects |
] interface InternalRuntimeFlags { |
{%- for feature in features if not feature.custom %} |
{#- |