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+

Alexey Proskuryakov
Reported 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.
Attachments
proposed patch (980 bytes, patch)
2013-10-19 13:27 PDT, Alexey Proskuryakov
ggaren: review+
Alexey Proskuryakov
Comment 1 2013-10-19 13:27:28 PDT
Created attachment 214665 [details] proposed patch
Geoffrey Garen
Comment 2 2013-10-19 13:28:44 PDT
Comment on attachment 214665 [details] proposed patch r=me
Alexey Proskuryakov
Comment 3 2013-10-19 14:54:40 PDT
Committed r157684.
Note You need to log in before you can comment on or make changes to this bug.