Bug 127782

Summary: CStack Branch: Some LLInt symbols not declared extern "C"
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 127776    
Attachments:
Description Flags
Patch ggaren: review+

Description Michael Saboff 2014-01-28 08:54:38 PST
llint_throw_stack_overflow_error() and llint_stack_check_at_vm_entry() should be declared with extern "C".
Comment 1 Michael Saboff 2014-01-28 08:59:55 PST
Created attachment 222454 [details]
Patch
Comment 2 Geoffrey Garen 2014-01-28 09:01:31 PST
Comment on attachment 222454 [details]
Patch

r=me
Comment 3 Michael Saboff 2014-01-28 09:03:06 PST
Committed r162934: <http://trac.webkit.org/changeset/162934>