Ignore:
Timestamp:
May 19, 2009, 6:18:05 PM (16 years ago)
Author:
[email protected]
Message:

<rdar://problem/6888393> REGRESSION: Start Debugging JavaScript crashes browser (nightly builds only?)
<https://bugs.webkit.org/show_bug.cgi?id=25717>

RS=Mark Rowe.

Remove JSC_FAST_CALL as it wasn't gaining us anything, and was
resulting in weird bugs in the nightly builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/parser/Nodes.cpp

    r43839 r43881  
    5050namespace JSC {
    5151
    52 static void substitute(UString& string, const UString& substring) JSC_FAST_CALL;
     52static void substitute(UString& string, const UString& substring);
    5353
    5454// ------------------------------ ThrowableExpressionData --------------------------------
Note: See TracChangeset for help on using the changeset viewer.