Log Message
[EFL] Fix uninitialized struct member added by r117258 https://bugs.webkit.org/show_bug.cgi?id=86611
Patch by Thiago Marcos P. Santos <[email protected]> on 2012-05-16 Reviewed by Gustavo Noronha Silva. When adding a new member to _Ewk_View_Smart_Class, EWK_VIEW_SMART_CLASS_VERSION needs to be updated. * ewk/ewk_view.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/efl/ChangeLog (117284 => 117285)
--- trunk/Source/WebKit/efl/ChangeLog 2012-05-16 13:58:53 UTC (rev 117284)
+++ trunk/Source/WebKit/efl/ChangeLog 2012-05-16 14:08:05 UTC (rev 117285)
@@ -1,3 +1,15 @@
+2012-05-16 Thiago Marcos P. Santos <[email protected]>
+
+ [EFL] Fix uninitialized struct member added by r117258
+ https://bugs.webkit.org/show_bug.cgi?id=86611
+
+ Reviewed by Gustavo Noronha Silva.
+
+ When adding a new member to _Ewk_View_Smart_Class,
+ EWK_VIEW_SMART_CLASS_VERSION needs to be updated.
+
+ * ewk/ewk_view.h:
+
2012-05-16 Christophe Dumez <[email protected]>
[EFL] EFL's LayoutTestController does not implement setApplicationCacheOriginQuota
Modified: trunk/Source/WebKit/efl/ewk/ewk_view.h (117284 => 117285)
--- trunk/Source/WebKit/efl/ewk/ewk_view.h 2012-05-16 13:58:53 UTC (rev 117284)
+++ trunk/Source/WebKit/efl/ewk/ewk_view.h 2012-05-16 14:08:05 UTC (rev 117285)
@@ -199,7 +199,7 @@
* @see EWK_VIEW_SMART_CLASS_INIT_VERSION
* @see EWK_VIEW_SMART_CLASS_INIT_NAME_VERSION
*/
-#define EWK_VIEW_SMART_CLASS_INIT(smart_class_init) {smart_class_init, EWK_VIEW_SMART_CLASS_VERSION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
+#define EWK_VIEW_SMART_CLASS_INIT(smart_class_init) {smart_class_init, EWK_VIEW_SMART_CLASS_VERSION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
/**
* Initializes to zero a whole @a Ewk_View_Smart_Class structure.
_______________________________________________ webkit-changes mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes
