Bug 95641 - Need #include <JavaScriptCore/Identifier.h> in Plugins/Hosted/NetscapePluginInstanceProxy.h
Summary: Need #include <JavaScriptCore/Identifier.h> in Plugins/Hosted/NetscapePluginI...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-01 02:07 PDT by Mark Lam
Modified: 2012-09-01 09:13 PDT (History)
3 users (show)

See Also:


Attachments
Fix. (1.30 KB, patch)
2012-09-01 02:10 PDT, Mark Lam
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2012-09-01 02:07:17 PDT
Need #include <JavaScriptCore/Identifier.h> in Plugins/Hosted/NetscapePluginInstanceProxy.h.

The code in the header references JSC::Indentifier but was previously depending on someone else to #include it. This results in build problems when building for the llint C loop configuration.
Comment 1 Mark Lam 2012-09-01 02:10:29 PDT
Created attachment 161819 [details]
Fix.
Comment 2 WebKit Review Bot 2012-09-01 09:13:48 PDT
Comment on attachment 161819 [details]
Fix.

Clearing flags on attachment: 161819

Committed r127372: <http://trac.webkit.org/changeset/127372>
Comment 3 WebKit Review Bot 2012-09-01 09:13:51 PDT
All reviewed patches have been landed.  Closing bug.