Changeset 37259 in webkit for trunk/JavaScriptCore
- Timestamp:
- Oct 3, 2008, 2:54:52 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r37257 r37259 1 2008-10-03 Darin Adler <[email protected]> 2 3 - try to fix Windows build 4 5 * kjs/ScopeChain.h: Add forward declaration of JSGlobalData. 6 1 7 2008-10-03 Darin Adler <[email protected]> 2 8 -
trunk/JavaScriptCore/kjs/ScopeChain.h
r37257 r37259 1 1 /* 2 * Copyright (C) 2003, 2008 Apple Computer, Inc.2 * Copyright (C) 2003, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * This library is free software; you can redistribute it and/or … … 26 26 namespace JSC { 27 27 28 class JSGlobalData; 28 29 class JSGlobalObject; 29 30 class JSObject;
Note:
See TracChangeset
for help on using the changeset viewer.