Bug 123067 - APICast.h uses functions from JSCJSValueInlines.h, but doesn't include it
Summary: APICast.h uses functions from JSCJSValueInlines.h, but doesn't include it
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks: 86914
  Show dependency treegraph
 
Reported: 2013-10-19 13:26 PDT by Alexey Proskuryakov
Modified: 2013-10-19 14:54 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (980 bytes, patch)
2013-10-19 13:27 PDT, Alexey Proskuryakov
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.