Skip to content

Commit c43d886

Browse files
Re-add xhp class modifier to RootElement
1 parent f55f287 commit c43d886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/element/RootElement.hack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use namespace HH\Lib\{C, Str};
55
use namespace HTL\SGMLStreamInterfaces;
66
use type XHPChild;
77

8-
abstract class RootElement
8+
abstract xhp class RootElement
99
implements SGMLStreamInterfaces\Streamable, SGMLStreamInterfaces\Element {
1010
// Must be kept in sync with xhp-lib
1111
const string SPREAD_PREFIX = '...$';

0 commit comments

Comments
 (0)