Ignore:
Timestamp:
Nov 28, 2007, 5:12:03 AM (18 years ago)
Author:
[email protected]
Message:

Roll out r28106 and r28108. These introduced a frequent assertion failure on page load and broke all non-Mac builds.

File:
1 edited

Legend:

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

    r28106 r28110  
    291291     * implementing custom mark methods must make sure to chain to this one.
    292292     */
    293     virtual void markRoots(MarkStack&);
     293    virtual void mark();
    294294
    295295    static bool shouldPrintExceptions();
Note: See TracChangeset for help on using the changeset viewer.