tizen beta release
[framework/web/webkit-efl.git] / Source / WebCore / inspector / InjectedScript.h
index 85680ad..69871b9 100755 (executable)
@@ -78,6 +78,7 @@ public:
                              bool returnByValue,
                              RefPtr<InspectorObject>* result,
                              bool* wasThrown);
+    void getFunctionLocation(ErrorString*, const String& functionId, RefPtr<InspectorObject>* result);
     void getProperties(ErrorString*, const String& objectId, bool ownProperties, RefPtr<InspectorArray>* result);
     Node* nodeForObjectId(const String& objectId);
     void releaseObject(const String& objectId);