Changeset 45733 in webkit for trunk/JavaScriptCore/debugger
- Timestamp:
- Jul 10, 2009, 4:00:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/debugger/Debugger.h
r44224 r45733 39 39 40 40 void attach(JSGlobalObject*); 41 v oid detach(JSGlobalObject*);41 virtual void detach(JSGlobalObject*); 42 42 43 43 virtual void sourceParsed(ExecState*, const SourceCode&, int errorLine, const UString& errorMsg) = 0;
Note:
See TracChangeset
for help on using the changeset viewer.