commit | 906a4ec79e940553fcce8c567d107baabe1a1d15 | [log] [tgz] |
---|---|---|
author | commit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Tue Sep 09 00:21:24 2014 +0000 |
committer | commit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Tue Sep 09 00:21:24 2014 +0000 |
tree | 4f65145561b741f6df87cb81d0d8f89da9c73bb7 | |
parent | eab5b440ea4a4063a075d700e694d12d7a9bb9e9 [diff] [blame] |
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 git-svn-id: http://svn.webkit.org/repository/webkit/trunk@173410 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/JavaScriptCore/runtime/JSCJSValue.cpp b/Source/JavaScriptCore/runtime/JSCJSValue.cpp index f67ff13..c233f4c 100644 --- a/Source/JavaScriptCore/runtime/JSCJSValue.cpp +++ b/Source/JavaScriptCore/runtime/JSCJSValue.cpp
@@ -29,11 +29,12 @@ #include "Error.h" #include "ExceptionHelpers.h" #include "GetterSetter.h" -#include "JSCInlines.h" +#include "JSCJSValueInlines.h" #include "JSFunction.h" #include "JSGlobalObject.h" #include "JSNotAnObject.h" #include "NumberObject.h" +#include "StructureInlines.h" #include <wtf/MathExtras.h> #include <wtf/StringExtras.h>