RESOLVED FIXED21480
PluginInfo and MimeTypeInfo structs are defined in two header files used on windows
https://bugs.webkit.org/show_bug.cgi?id=21480
Summary PluginInfo and MimeTypeInfo structs are defined in two header files used on w...
Tony Chang
Reported 2008-10-08 11:25:38 PDT
They're defined in PluginData.h and PluginInfoStore.h. There should be only one. Patch coming.
Attachments
[1/1] Remove duplicate definitions of MimeTypeInfo and PluginInfo. (1.50 KB, patch)
2008-10-08 11:26 PDT, Tony Chang
sam: review+
Tony Chang
Comment 1 2008-10-08 11:26:23 PDT
Created attachment 24193 [details] [1/1] Remove duplicate definitions of MimeTypeInfo and PluginInfo. They're already defined in PluginData.h. --- WebCore/ChangeLog | 11 +++++++++++ WebCore/plugins/PluginInfoStore.cpp | 1 + WebCore/plugins/PluginInfoStore.h | 14 -------------- 3 files changed, 12 insertions(+), 14 deletions(-)
Sam Weinig
Comment 2 2008-10-08 13:46:34 PDT
Comment on attachment 24193 [details] [1/1] Remove duplicate definitions of MimeTypeInfo and PluginInfo. Nice.
Darin Adler
Comment 3 2008-10-12 18:13:44 PDT
Note You need to log in before you can comment on or make changes to this bug.