Bug 145923 - Fix mismatched-tags warning in Source/WebKit2/UIProcess/gtk/InputMethodFilter.h
Summary: Fix mismatched-tags warning in Source/WebKit2/UIProcess/gtk/InputMethodFilter.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 145121 145598
  Show dependency treegraph
 
Reported: 2015-06-12 04:33 PDT by Csaba Osztrogonác
Modified: 2015-06-12 05:48 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.14 KB, patch)
2015-06-12 04:34 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-06-12 04:33:09 PDT
../../Source/WebCore/platform/gtk/CompositionResults.h:33:1: warning: 'CompositionResults' defined as a struct here but previously declared as a class [-Wmismatched-tags]
struct CompositionResults {
^
../../Source/WebKit2/UIProcess/gtk/InputMethodFilter.h:33:1: note: did you mean struct here?
class CompositionResults;
^~~~~
struct
1 warning generated.

It is a regression comes from http://trac.webkit.org/changeset/185415 .
Comment 1 Csaba Osztrogonác 2015-06-12 04:34:02 PDT
Created attachment 254792 [details]
Patch
Comment 2 Carlos Garcia Campos 2015-06-12 04:59:00 PDT
Comment on attachment 254792 [details]
Patch

Oops, thanks!
Comment 3 WebKit Commit Bot 2015-06-12 05:47:57 PDT
Comment on attachment 254792 [details]
Patch

Clearing flags on attachment: 254792

Committed r185498: <http://trac.webkit.org/changeset/185498>
Comment 4 WebKit Commit Bot 2015-06-12 05:48:02 PDT
All reviewed patches have been landed.  Closing bug.