Reviewed by Gustavo Noronha.
Do not check if our parent class has the finalize method, it's
guaranteed to be there.
* accessibility/gtk/AccessibilityObjectWrapperAtk.cpp:
(webkit_accessible_finalize):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@44566
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2009-06-10 Xan Lopez <xlopez@igalia.com>
+
+ Reviewed by Gustavo Noronha.
+
+ Do not check if our parent class has the finalize method, it's
+ guaranteed to be there.
+
+ * accessibility/gtk/AccessibilityObjectWrapperAtk.cpp:
+ (webkit_accessible_finalize):
+
2009-06-10 Brent Fulgham <bfulgham@webkit.org>
Build correct for Windows Cairo targets.
// This is a good time to clear the return buffer.
returnString(String());
- if (G_OBJECT_CLASS(webkit_accessible_parent_class)->finalize)
- G_OBJECT_CLASS(webkit_accessible_parent_class)->finalize(object);
+ G_OBJECT_CLASS(webkit_accessible_parent_class)->finalize(object);
}
static void webkit_accessible_class_init(AtkObjectClass* klass)