From c814b845985f4a3843ba13f739860b0c59d889ec Mon Sep 17 00:00:00 2001 From: Tomasz Iwanek Date: Fri, 19 Jun 2015 15:14:06 +0200 Subject: [PATCH] Fix tct test - widget02 - br Add ContentHandler to wgt::StepParse Change-Id: Idf6cd44c4c9a752bed63695b7257aa8ddec04f2a --- src/wgt/step/step_parse.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wgt/step/step_parse.cc b/src/wgt/step/step_parse.cc index ae6d5ee..3bd674c 100755 --- a/src/wgt/step/step_parse.cc +++ b/src/wgt/step/step_parse.cc @@ -8,6 +8,7 @@ #include #include #include +#include #include #include #include @@ -251,6 +252,7 @@ common_installer::Step::Status StepParse::process() { new ApplicationIconsHandler, new AppWidgetHandler, new CategoryHandler, + new ContentHandler, new ImeHandler, new MetaDataHandler, new NavigationHandler, -- 2.7.4