Bug 168020 - Don't re-export PluginData.h from WebKit
Summary: Don't re-export PluginData.h from WebKit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-08 14:38 PST by Aakash Jain
Modified: 2017-02-08 18:15 PST (History)
4 users (show)

See Also:


Attachments
Proposed patch (1.15 KB, patch)
2017-02-08 14:41 PST, Aakash Jain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2017-02-08 14:38:55 PST
We don't need to migrate PluginData.h header in WebKit as it's only used in WebKit, WebKit2 and WebCore. In WebCore, this header is included only in DOMMimeType.h and PluginInfoProvider.h which are not migrated.
Comment 1 Aakash Jain 2017-02-08 14:41:05 PST
Created attachment 300968 [details]
Proposed patch
Comment 2 Alexey Proskuryakov 2017-02-08 15:19:02 PST
Comment on attachment 300968 [details]
Proposed patch

Wow. Maybe there was a different header with that name before, this one is C++, and can't be WebKit SPI!

r=me pending EWS
Comment 3 WebKit Commit Bot 2017-02-08 18:15:24 PST
Comment on attachment 300968 [details]
Proposed patch

Clearing flags on attachment: 300968

Committed r211925: <http://trac.webkit.org/changeset/211925>
Comment 4 WebKit Commit Bot 2017-02-08 18:15:28 PST
All reviewed patches have been landed.  Closing bug.