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/JSPromiseFunctions.cpp

    r173402 r173410  
    3030
    3131#include "Error.h"
    32 #include "JSCInlines.h"
     32#include "JSCJSValueInlines.h"
     33#include "JSCellInlines.h"
    3334#include "JSPromise.h"
    3435#include "JSPromiseConstructor.h"
    3536#include "JSPromiseDeferred.h"
    3637#include "NumberObject.h"
     38#include "StructureInlines.h"
    3739
    3840namespace JSC {
Note: See TracChangeset for help on using the changeset viewer.