Bug 162988

Summary: Bad ASSERT in ClonedArguments::createByCopyingFrom()
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, mark.lam, saam
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Michael Saboff
Reported 2016-10-05 16:18:52 PDT
The ASSERT: ASSERT(exec->lexicalGlobalObject()->clonedArgumentsStructure() == result->structure()); can erroneously fires when we inline a function with a different lexicalGlocalObject. <rdar://problem/28028373>
Attachments
Patch (1.22 KB, patch)
2016-10-05 16:20 PDT, Michael Saboff
no flags
Michael Saboff
Comment 1 2016-10-05 16:20:28 PDT
Keith Miller
Comment 2 2016-10-05 16:22:22 PDT
Comment on attachment 290757 [details] Patch r=me.
WebKit Commit Bot
Comment 3 2016-10-05 16:50:04 PDT
Comment on attachment 290757 [details] Patch Clearing flags on attachment: 290757 Committed r206836: <http://trac.webkit.org/changeset/206836>
WebKit Commit Bot
Comment 4 2016-10-05 16:50:07 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.