Title: [97498] trunk/Source/WebKit/efl
Revision
97498
Author
[email protected]
Date
2011-10-14 13:02:29 -0700 (Fri, 14 Oct 2011)

Log Message

[EFL] Bump class version after r97421.
https://bugs.webkit.org/show_bug.cgi?id=70102

Patch by Raphael Kubo da Costa <[email protected]> on 2011-10-14
Reviewed by Joseph Pecoraro.

r97421 changed the signature of the run_open_panel virtual method in
Ewk_Smart_Class, so we need to bump the class version.

* ewk/ewk_view.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/efl/ChangeLog (97497 => 97498)


--- trunk/Source/WebKit/efl/ChangeLog	2011-10-14 19:55:59 UTC (rev 97497)
+++ trunk/Source/WebKit/efl/ChangeLog	2011-10-14 20:02:29 UTC (rev 97498)
@@ -1,5 +1,17 @@
 2011-10-14  Raphael Kubo da Costa  <[email protected]>
 
+        [EFL] Bump class version after r97421.
+        https://bugs.webkit.org/show_bug.cgi?id=70102
+
+        Reviewed by Joseph Pecoraro.
+
+        r97421 changed the signature of the run_open_panel virtual method in
+        Ewk_Smart_Class, so we need to bump the class version.
+
+        * ewk/ewk_view.h:
+
+2011-10-14  Raphael Kubo da Costa  <[email protected]>
+
         [EFL] Add DumpRenderTreeSupportEfl
         https://bugs.webkit.org/show_bug.cgi?id=68458
 

Modified: trunk/Source/WebKit/efl/ewk/ewk_view.h (97497 => 97498)


--- trunk/Source/WebKit/efl/ewk/ewk_view.h	2011-10-14 19:55:59 UTC (rev 97497)
+++ trunk/Source/WebKit/efl/ewk/ewk_view.h	2011-10-14 20:02:29 UTC (rev 97498)
@@ -166,7 +166,7 @@
  * The version you have to put into the version field
  * in the @a Ewk_View_Smart_Class structure.
  */
-#define EWK_VIEW_SMART_CLASS_VERSION 2UL
+#define EWK_VIEW_SMART_CLASS_VERSION 3UL
 
 /**
  * Initializes a whole @a Ewk_View_Smart_Class structure.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to