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@2c6efb563b
Browse files Browse the repository at this point in the history
Fixing build break

This fix is required in master, but not in 1.9

Reviewed-By: chakrabot <chakrabot@users.noreply.github.com>
  • Loading branch information
MSLaguana authored and kfarnung committed May 10, 2018
1 parent 29af117 commit a132dd8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions deps/chakrashim/core/lib/Runtime/Library/ScriptFunction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,6 @@ namespace Js

pfuncScript->SetHasSuperReference(hasSuperReference);

ScriptFunctionType *scFuncType = functionProxy->GetUndeferredFunctionType();
if (scFuncType)
{
Assert(pfuncScript->GetType() == functionProxy->GetDeferredPrototypeType());
pfuncScript->GetTypeHandler()->EnsureObjectReady(pfuncScript);
}


JS_ETW(EventWriteJSCRIPT_RECYCLER_ALLOCATE_FUNCTION(pfuncScript, EtwTrace::GetFunctionId(functionProxy)));

return pfuncScript;
Expand Down

0 comments on commit a132dd8

Please sign in to comment.