Fix build error
[platform/framework/web/wrt-plugins-common.git] / src / CommonsJavaScript / PrivateObject.h
index e73a210..8bd816a 100644 (file)
@@ -139,7 +139,7 @@ class PrivateObject : public DPL::Noncopyable,
         Assert(NULL != m_context && "Context is NULL.");
         Assert(!Commons::IsNull<PrivateClass>::value(
                    object) && "Object is NULL.");
-        acquire(this);
+        this->acquire(this);
     }
 
     /**
@@ -147,7 +147,7 @@ class PrivateObject : public DPL::Noncopyable,
      */
     virtual ~PrivateObject()
     {
-        release(this);
+        this->release(this);
     }
 
     /**