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

Commit

Permalink
deps: update ChakraCore to chakra-core/ChakraCore@1649d36e6d
Browse files Browse the repository at this point in the history
[MERGE #4272 @obastemur] xplat: fix missing swb field on PropertyString

Merge pull request #4272 from obastemur:fix_swb_miss

Reviewed-By: chakrabot <chakrabot@users.noreply.github.com>
  • Loading branch information
obastemur authored and chakrabot committed Nov 21, 2017
1 parent 19c7b74 commit 2ea9f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/chakrashim/core/lib/Runtime/Library/ConcatString.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Js
class LiteralStringWithPropertyStringPtr : public LiteralString
{
private:
PropertyString * propertyString;
Field(PropertyString *) propertyString;

public:
PropertyString * GetPropertyString() const;
Expand Down

0 comments on commit 2ea9f30

Please sign in to comment.