Update change log and spec for wrt-plugins-tizen_0.4.58
[platform/framework/web/wrt-plugins-tizen.git] / src / Application / JSApplicationManager.h
index c7826d0..873be7c 100644 (file)
@@ -36,7 +36,7 @@ public:
 
        static const JSClassRef getClassRef();
 
-       static void setTitleProperty(JSContextRef context, std::string propertyValue);
+       //static void setTitleProperty(JSContextRef context, std::string propertyValue);
 
 private:
        /**
@@ -50,11 +50,6 @@ private:
        static void finalize(JSObjectRef object);
 
        /**
-        * The callback invoked when an object is used as the target of an 'instanceof' expression.
-        */
-       static bool hasInstance(JSContextRef context, JSObjectRef constructor, JSValueRef possibleInstance, JSValueRef* exception);
-
-       /**
         * Gets a current application
         */
        static JSValueRef getCurrentApplication(JSContextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount,