Ignore:
Timestamp:
Dec 18, 2014, 5:17:53 PM (10 years ago)
Author:
Brent Fulgham
Message:

Unreviewed build fix.

  • jsc.cpp: Remove typo.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jsc.cpp

    r177542 r177545  
    355355        return JSObject::getOwnPropertySlotByIndex(thisObject, exec, index, slot);
    356356    }
    357     I
     357
    358358    static NO_RETURN_DUE_TO_CRASH void put(JSCell*, ExecState*, PropertyName, JSValue, PutPropertySlot&)
    359359    {
Note: See TracChangeset for help on using the changeset viewer.