Changeset 185715 in webkit


Ignore:
Timestamp:
Jun 18, 2015, 12:16:40 PM (10 years ago)
Author:
Joseph Pecoraro
Message:

Unreviewed. Rollout r185670 as it caused some tests to be flakey.

  • debugger/Debugger.cpp:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r185714 r185715  
     12015-06-18  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        Unreviewed. Rollout r185670 as it caused some tests to be flakey.
     4
     5        * debugger/Debugger.cpp:
     6
    172015-06-17  Alex Christensen  <achristensen@webkit.org>
    28
  • trunk/Source/JavaScriptCore/debugger/Debugger.cpp

    r185670 r185715  
    7777
    7878    JSFunction* function = jsCast<JSFunction*>(cell);
    79     if (function->isHostOrBuiltinFunction())
     79    if (function->executable()->isHostFunction())
    8080        return;
    8181
Note: See TracChangeset for help on using the changeset viewer.