From dfee80e9819051ab7955c3bee934c32c6b92f7f5 Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Fri, 24 Feb 2023 14:58:42 -0600 Subject: [PATCH] avm2: Mention interfaces in globals.as ordering comment --- core/src/avm2/globals/globals.as | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/avm2/globals/globals.as b/core/src/avm2/globals/globals.as index 8bdcbbf32..cc946549d 100644 --- a/core/src/avm2/globals/globals.as +++ b/core/src/avm2/globals/globals.as @@ -1,5 +1,5 @@ -// List is ordered alphabetically, except where superclasses -// need to come before subclasses. +// List is ordered alphabetically, except where superclasses/interfaces +// need to come before subclasses and implementations. include "Error.as"