Skip to content

Commit 1649d36

Browse files
committed
[MERGE #4272 @obastemur] xplat: fix missing swb field on PropertyString
Merge pull request #4272 from obastemur:fix_swb_miss
2 parents 17910d0 + e12c88a commit 1649d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Runtime/Library/ConcatString.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Js
99
class LiteralStringWithPropertyStringPtr : public LiteralString
1010
{
1111
private:
12-
PropertyString * propertyString;
12+
Field(PropertyString *) propertyString;
1313

1414
public:
1515
PropertyString * GetPropertyString() const;

0 commit comments

Comments
 (0)