⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 186230 in webkit


Ignore:
Timestamp:
Jul 2, 2015, 11:44:30 AM (11 years ago)
Author:
mark.lam@apple.com
Message:

Build fix for Win EWS bot.
https://bugs.webkit.org/show_bug.cgi?id=146551

Not reviewed.

  • tools/JSDollarVMPrototype.cpp:

(JSC::functionCrash):

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r186226 r186230  
     12015-07-02  Mark Lam  <mark.lam@apple.com>
     2
     3        Build fix for Win EWS bot.
     4        https://bugs.webkit.org/show_bug.cgi?id=146551
     5
     6        Not reviewed.
     7
     8        * tools/JSDollarVMPrototype.cpp:
     9        (JSC::functionCrash):
     10
    1112015-07-02  Dan Bernstein  <mitz@apple.com>
    212
  • trunk/Source/JavaScriptCore/tools/JSDollarVMPrototype.cpp

    r183124 r186230  
    5858}
    5959
    60 static NO_RETURN EncodedJSValue JSC_HOST_CALL functionCrash(ExecState*)
     60static EncodedJSValue JSC_HOST_CALL functionCrash(ExecState*)
    6161{
    6262    CRASH();
     63    return JSValue::encode(jsUndefined());
    6364}
    6465
Note: See TracChangeset for help on using the changeset viewer.