tizen beta release
[framework/web/webkit-efl.git] / Source / WebCore / bindings / js / JSJavaScriptCallFrameCustom.cpp
index b7eb82f..1dba251 100755 (executable)
@@ -53,13 +53,6 @@ JSValue JSJavaScriptCallFrame::thisObject(ExecState*) const
     return impl()->thisObject() ? JSValue(impl()->thisObject()) : jsNull();
 }
 
-#if ENABLE(TIZEN_SUPPORT_BLUE_RUNNER)
-JSValue JSJavaScriptCallFrame::functionObject(ExecState*) const
-{
-    return impl()->functionObject() ? impl()->functionObject() : jsNull();
-}
-#endif
-
 JSValue JSJavaScriptCallFrame::type(ExecState* exec) const
 {
     switch (impl()->type()) {