Fixed build break in the gcc 4.6
authorJihoon Chung <jihoon.chung@samsung.com>
Tue, 25 Dec 2012 23:34:08 +0000 (08:34 +0900)
committerJihoon Chung <jihoon.chung@samsung.com>
Tue, 25 Dec 2012 23:34:08 +0000 (08:34 +0900)
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Fixed build break in the gcc 4.6
[SCMRequest] N/A

Change-Id: I7be000098f6c55bfa501c4654187a4c712009657

src/view/webkit/view_logic.cpp

index da24012..984bc50 100644 (file)
@@ -150,7 +150,7 @@ ViewLogic::ViewLogic():
     m_cbs(new WRT::UserDelegates),
     m_isBackgroundReload(false),
     m_appsSupport(new ViewModule::AppsSupport()),
-    m_vibrationSupport(NULL),
+    m_vibrationSupport(),
     m_attachedToCustomHandlerDao(false)
 {
 }