Commit 17fdfb13 authored by aaronleventhal%moonset.net's avatar aaronleventhal%moonset.net
Browse files

Bustage fix

parent cc3fd891
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -60,8 +60,10 @@ interface nsPIAccessible : nsISupports
   */
  [noscript] readonly attribute boolean allowsAnonChildAccessibles;

%{C++
#ifdef DEBUG_A11Y
  [noscript] void testChildCache(in nsIAccessible aCachedChild); // Assert if child not in parent's cache
#endif
%}
};