Ignore:
Timestamp:
Mar 3, 2011, 5:27:22 PM (14 years ago)
Author:
[email protected]
Message:

2011-03-03 Geoffrey Garen <[email protected]>

Rolled out 80277 and 80280 because they caused event handler layout test
failures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/JSObject.cpp

    r80277 r80303  
    4444ASSERT_CLASS_FITS_IN_CELL(JSObject);
    4545ASSERT_CLASS_FITS_IN_CELL(JSNonFinalObject);
    46 ASSERT_CLASS_FITS_IN_CELL(JSFinalObject);
     46ASSERT_CLASS_FILLS_CELL(JSFinalObject);
    4747
    4848const char* StrictModeReadonlyPropertyWriteError = "Attempted to assign to readonly property.";
Note: See TracChangeset for help on using the changeset viewer.