Changeset 9834 in webkit for trunk/JavaScriptCore/kjs


Ignore:
Timestamp:
Jul 19, 2005, 2:16:49 PM (20 years ago)
Author:
darin
Message:
  • fixed the build
  • kjs/lookup.h: (KJS::lookupPut): Remove bogus const; was preventing WebCore from compiling (not sure why this didn't affect my other build machine).
  • one other tiny tweak (so sue me)
  • bindings/runtime_root.cpp: Remove unneeded declaration.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/lookup.h

    r9833 r9834  
    224224  inline void lookupPut(ExecState *exec, const Identifier &propertyName,
    225225                        const Value& value, int attr,
    226                         const HashTable* table, const ThisImp* thisObj)
     226                        const HashTable* table, ThisImp* thisObj)
    227227  {
    228228    const HashEntry* entry = Lookup::findEntry(table, propertyName);
Note: See TracChangeset for help on using the changeset viewer.