Changeset 7793 in webkit for trunk/JavaScriptCore/kjs/reference.cpp
- Timestamp:
- Oct 9, 2004, 2:22:43 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/reference.cpp
r6347 r7793 2 2 /* 3 3 * This file is part of the KDE libraries 4 * Copyright (C) 200 3Apple Computer, Inc4 * Copyright (C) 2004 Apple Computer, Inc 5 5 * 6 6 * This library is free software; you can redistribute it and/or … … 153 153 Value o = getBase(exec); 154 154 if (o.type() == NullType) 155 o = exec-> dynamicInterpreter()->globalObject();155 o = exec->lexicalInterpreter()->globalObject(); 156 156 157 157 if (propertyNameIsNumber)
Note:
See TracChangeset
for help on using the changeset viewer.