Bug 145923

Summary: Fix mismatched-tags warning in Source/WebKit2/UIProcess/gtk/InputMethodFilter.h
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, commit-queue, zan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 145121, 145598    
Attachments:
Description Flags
Patch none

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.