Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit 2ea9f30

Browse files
obastemurchakrabot
authored andcommitted
deps: update ChakraCore to chakra-core/ChakraCore@1649d36e6d
[MERGE #4272 @obastemur] xplat: fix missing swb field on PropertyString Merge pull request #4272 from obastemur:fix_swb_miss Reviewed-By: chakrabot <[email protected]>
1 parent 19c7b74 commit 2ea9f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: deps/chakrashim/core/lib/Runtime/Library/ConcatString.h

+1-1
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)