Title: [185498] trunk/Source/WebKit2
Revision
185498
Author
[email protected]
Date
2015-06-12 05:47:22 -0700 (Fri, 12 Jun 2015)

Log Message

Fix mismatched-tags warning in Source/WebKit2/UIProcess/gtk/InputMethodFilter.h
https://bugs.webkit.org/show_bug.cgi?id=145923

Reviewed by Carlos Garcia Campos.

* UIProcess/gtk/InputMethodFilter.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (185497 => 185498)


--- trunk/Source/WebKit2/ChangeLog	2015-06-12 10:46:47 UTC (rev 185497)
+++ trunk/Source/WebKit2/ChangeLog	2015-06-12 12:47:22 UTC (rev 185498)
@@ -1,3 +1,12 @@
+2015-06-12  Csaba Osztrogonác  <[email protected]>
+
+        Fix mismatched-tags warning in Source/WebKit2/UIProcess/gtk/InputMethodFilter.h
+        https://bugs.webkit.org/show_bug.cgi?id=145923
+
+        Reviewed by Carlos Garcia Campos.
+
+        * UIProcess/gtk/InputMethodFilter.h:
+
 2015-06-12  Antti Koivisto  <[email protected]>
 
         Use SHA1 for cache coder checksums

Modified: trunk/Source/WebKit2/UIProcess/gtk/InputMethodFilter.h (185497 => 185498)


--- trunk/Source/WebKit2/UIProcess/gtk/InputMethodFilter.h	2015-06-12 10:46:47 UTC (rev 185497)
+++ trunk/Source/WebKit2/UIProcess/gtk/InputMethodFilter.h	2015-06-12 12:47:22 UTC (rev 185498)
@@ -30,7 +30,7 @@
 typedef struct _GtkIMContext GtkIMContext;
 
 namespace WebCore {
-class CompositionResults;
+struct CompositionResults;
 class IntRect;
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to