Changeset 12308 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jan 23, 2006, 12:44:59 AM (19 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r12305 r12308 1 2006-01-22 Maciej Stachowiak <[email protected]> 2 3 Reviewed by NOBODY (OOPS!). 4 5 - Set up Page class and invert Frame / WebCoreFrameBridge ownership 6 http://bugzilla.opendarwin.org/show_bug.cgi?id=6577 7 8 * kjs/interpreter.h: make globalExec virtual so ScriptInterpreter can 9 override it 10 1 11 2006-01-23 George Staikos <[email protected]> 2 12 -
trunk/JavaScriptCore/kjs/interpreter.h
r12031 r12308 179 179 * @return The interpreter global execution state object 180 180 */ 181 ExecState *globalExec();181 virtual ExecState *globalExec(); 182 182 183 183 /**
Note:
See TracChangeset
for help on using the changeset viewer.