Bug 171744 - [JSC] include JSCInlines.h in ObjectInitializationScope.cpp
Summary: [JSC] include JSCInlines.h in ObjectInitializationScope.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-05 12:33 PDT by Guillaume Emont
Modified: 2017-05-05 13:21 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.24 KB, patch)
2017-05-05 12:36 PDT, Guillaume Emont
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Guillaume Emont 2017-05-05 12:33:02 PDT
Since r215885 libJavaScriptCore does not link in debug (tested on gcc 6.2.0 for mips32 target). This is solved by including JSCInlines.h in ObjectInitializationScope.cpp.
Comment 1 Guillaume Emont 2017-05-05 12:36:37 PDT
Created attachment 309199 [details]
Patch

Patch fixing the issue.
Comment 2 Mark Lam 2017-05-05 12:39:41 PDT
Comment on attachment 309199 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2017-05-05 13:21:20 PDT
Comment on attachment 309199 [details]
Patch

Clearing flags on attachment: 309199

Committed r216264: <http://trac.webkit.org/changeset/216264>
Comment 4 WebKit Commit Bot 2017-05-05 13:21:22 PDT
All reviewed patches have been landed.  Closing bug.