Ignore:
Timestamp:
Sep 8, 2014, 5:21:24 PM (11 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r173402.
https://bugs.webkit.org/show_bug.cgi?id=136649

Breaking buildw with error "unable to restore file position to
0x00000c60 for section DWARF.debug_info (errno = 9)"
(Requested by mlam_ on #webkit).

Reverted changeset:

"Move CallFrame and Register inlines functions out of
JSScope.h."
https://bugs.webkit.org/show_bug.cgi?id=136579
http://trac.webkit.org/changeset/173402

File:
1 edited

Legend:

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

    r173402 r173410  
    3030#include "ExceptionHelpers.h"
    3131#include "GetterSetter.h"
    32 #include "JSCInlines.h"
     32#include "JSCJSValueInlines.h"
    3333#include "JSFunction.h"
    3434#include "JSGlobalObject.h"
    3535#include "JSNotAnObject.h"
    3636#include "NumberObject.h"
     37#include "StructureInlines.h"
    3738#include <wtf/MathExtras.h>
    3839#include <wtf/StringExtras.h>
Note: See TracChangeset for help on using the changeset viewer.