Update change log and spec for wrt-plugins-tizen_0.4.51
[framework/web/wrt-plugins-tizen.git] / src / Application / JSApplicationManager.cpp
index 96293cc..4de7f85 100644 (file)
@@ -138,15 +138,6 @@ void JSApplicationManager::finalize(JSObjectRef object)
        delete priv;
 }
 
-bool JSApplicationManager::hasInstance(JSContextRef context, 
-       JSObjectRef constructor, 
-       JSValueRef possibleInstance, 
-       JSValueRef* exception) 
-{
-       return JSValueIsObjectOfClass(context, possibleInstance, getClassRef());
-}
-
-
 JSValueRef JSApplicationManager::getCurrentApplication(JSContextRef context, 
        JSObjectRef object, 
        JSObjectRef thisObject,