Changeset 47025 in webkit for trunk/JavaScriptCore
- Timestamp:
- Aug 10, 2009, 10:18:59 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r47024 r47025 1 2009-08-10 Oliver Hunt <[email protected]> 2 3 Reviewed by NOBODY (Build fix). 4 5 Add includes needed for non-allinonefile builds 6 7 * runtime/GetterSetter.h: 8 * runtime/ScopeChain.h: 9 1 10 2009-08-10 Oliver Hunt <[email protected]> 2 11 -
trunk/JavaScriptCore/runtime/GetterSetter.h
r47022 r47025 25 25 26 26 #include "JSCell.h" 27 28 #include "CallFrame.h" 27 29 28 30 namespace JSC { -
trunk/JavaScriptCore/runtime/ScopeChain.h
r47022 r47025 29 29 class JSGlobalObject; 30 30 class JSObject; 31 class MarkStack; 31 32 class ScopeChainIterator; 32 33
Note:
See TracChangeset
for help on using the changeset viewer.