Summary: | JSDOMGlobalObject.h needs to #include StructureInlines.h | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Mark Lam <mark.lam> | ||||
Component: | JavaScriptCore | Assignee: | Mark Lam <mark.lam> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | ||||||
Priority: | P2 | ||||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=191626 | ||||||
Attachments: |
|
Description
Mark Lam
2016-03-18 12:15:41 PDT
Created attachment 274444 [details]
proposed patch.
Let's try it on the EWS first. Comment on attachment 274444 [details] proposed patch. View in context: https://bugs.webkit.org/attachment.cgi?id=274444&action=review > Source/WebCore/bindings/js/JSDOMGlobalObject.h:33 > +#include <runtime/StructureInlines.h> Any reason not to include JSCInlines.h? (In reply to comment #3) > Comment on attachment 274444 [details] > proposed patch. > > View in context: > https://bugs.webkit.org/attachment.cgi?id=274444&action=review > > > Source/WebCore/bindings/js/JSDOMGlobalObject.h:33 > > +#include <runtime/StructureInlines.h> > > Any reason not to include JSCInlines.h? I was only targeting the specific issue that was reported by the EWS. JSCInlines.h should work but is overkill for now. Thanks. Landed in r198440: <http://trac.webkit.org/r198440>. |