tizen beta release
[framework/web/webkit-efl.git] / Source / WebCore / inspector / JavaScriptCallFrame.idl
index 05f465b..db0e0a6 100755 (executable)
@@ -27,7 +27,6 @@ module inspector {
 
     interface [
         Conditional=JAVASCRIPT_DEBUGGER,
-        LegacyDefaultOptionalArguments,
         OmitConstructor,
         DontCheckEnums
     ] JavaScriptCallFrame {
@@ -49,9 +48,6 @@ module inspector {
         [Custom] unsigned short scopeType(in int scopeIndex);
         readonly attribute [CustomGetter] Object thisObject;
         readonly attribute DOMString functionName;
-#if defined(ENABLE_TIZEN_SUPPORT_BLUE_RUNNER) && ENABLE_TIZEN_SUPPORT_BLUE_RUNNER
-        readonly attribute [CustomGetter] Function functionObject;
-#endif
         readonly attribute [CustomGetter] DOMString type;
     };