Changeset 35027 in webkit for trunk/JavaScriptCore/kjs/ScopeChain.cpp
- Timestamp:
- Jul 6, 2008, 7:49:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ScopeChain.cpp
r34622 r35027 1 1 /* 2 * This file is part of the KDE libraries3 2 * Copyright (C) 2003, 2006, 2008 Apple Inc. 4 3 * … … 23 22 #include "ScopeChain.h" 24 23 24 #include "JSGlobalObject.h" 25 #include "JSObject.h" 25 26 #include "PropertyNameArray.h" 26 #include "JSObject.h"27 #include "JSGlobalObject.h"28 27 #include <stdio.h> 29 28
Note:
See TracChangeset
for help on using the changeset viewer.