aboutsummaryrefslogtreecommitdiffstats
path: root/modules/web-inspector/evolution-web-inspector.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/web-inspector/evolution-web-inspector.c')
-rw-r--r--modules/web-inspector/evolution-web-inspector.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/web-inspector/evolution-web-inspector.c b/modules/web-inspector/evolution-web-inspector.c
index ab385bedbc..6ccba80577 100644
--- a/modules/web-inspector/evolution-web-inspector.c
+++ b/modules/web-inspector/evolution-web-inspector.c
@@ -113,6 +113,9 @@ web_inspector_constructed (GObject *object)
WebKitWebSettings *settings;
WebKitWebInspector *inspector;
+ /* Chain up to parent's method. */
+ G_OBJECT_CLASS (e_web_inspector_parent_class)->constructed (object);
+
extension = E_WEB_INSPECTOR (object);
web_view = web_inspector_get_web_view (extension);
settings = webkit_web_view_get_settings (web_view);