Bug 123067

Summary: APICast.h uses functions from JSCJSValueInlines.h, but doesn't include it
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: JavaScriptCoreAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: ggaren
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 86914    
Attachments:
Description Flags
proposed patch ggaren: review+

Description Alexey Proskuryakov 2013-10-19 13:26:09 PDT
I got linker errors when trying to use toJS in DumpRenderTree. Turns out that APICast.h uses functions from JSCJSValueInlines.h, but doesn't include it.
Comment 1 Alexey Proskuryakov 2013-10-19 13:27:28 PDT
Created attachment 214665 [details]
proposed patch
Comment 2 Geoffrey Garen 2013-10-19 13:28:44 PDT
Comment on attachment 214665 [details]
proposed patch

r=me
Comment 3 Alexey Proskuryakov 2013-10-19 14:54:40 PDT
Committed r157684.