Update change log and spec for wrt-plugins-tizen_0.4.51
[framework/web/wrt-plugins-tizen.git] / src / Application / JSRequestedApplicationControl.h
index 736aa3b..cc5021a 100644 (file)
@@ -47,11 +47,6 @@ public:
        static JSObjectRef createJSObject(JSContextRef context,
                           const RequestedApplicationControlPtr &appsvc);
 
-       /**
-        * The Constructor of ApplicationControl
-        */
-       static JSObjectRef constructor(JSContextRef ctx, JSObjectRef constructor, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception);
-
 
        static bool isObjectOfClass(JSContextRef context, JSValueRef value);
 
@@ -102,13 +97,6 @@ private:
                  JSValueRef value,
                  JSValueRef* exception);
 
-  /**
-     * 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);
 
   /**
      * This structure contains properties and callbacks that define a type of object.