Ignore:
Timestamp:
Aug 15, 2016, 11:48:31 AM (9 years ago)
Author:
Joseph Pecoraro
Message:

Reduce includes of Debugger.h
https://bugs.webkit.org/show_bug.cgi?id=160827

Reviewed by Mark Lam.

  • API/JSTypedArray.cpp:
  • bytecode/UnlinkedCodeBlock.h:
  • bytecode/UnlinkedFunctionExecutable.cpp:
  • bytecode/UnlinkedFunctionExecutable.h:
  • bytecompiler/BytecodeGenerator.h:
  • bytecompiler/NodesCodegen.cpp:
  • dfg/DFGPlan.cpp:
  • dfg/DFGSpeculativeJIT32_64.cpp:
  • dfg/DFGSpeculativeJIT64.cpp:
  • ftl/FTLJITCode.h:
  • inspector/ScriptCallStackFactory.cpp:
  • inspector/agents/InspectorDebuggerAgent.h:
  • jit/JITOpcodes.cpp:
  • jit/JITOpcodes32_64.cpp:
  • jit/JITOperations.cpp:
  • llint/LLIntOffsetsExtractor.cpp:
  • parser/Nodes.cpp:
  • parser/Parser.cpp:
  • parser/Parser.h:
  • runtime/Completion.cpp:
  • runtime/Executable.cpp:
  • runtime/Executable.h:
  • runtime/FunctionConstructor.cpp:
  • runtime/SamplingProfiler.cpp:
  • runtime/SamplingProfiler.h:
  • runtime/VMEntryScope.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/parser/Nodes.cpp

    r204424 r204470  
    2828#include "NodeConstructors.h"
    2929
    30 #include "CallFrame.h"
    31 #include "Debugger.h"
    32 #include "JIT.h"
    33 #include "JSFunction.h"
    34 #include "JSGlobalObject.h"
    35 #include "LabelScope.h"
    36 #include "Lexer.h"
    3730#include "JSCInlines.h"
    38 #include "Parser.h"
    39 #include "PropertyNameArray.h"
    40 #include "RegExpObject.h"
    4131#include <wtf/Assertions.h>
    42 #include <wtf/Threading.h>
    4332
    4433using namespace WTF;
    4534
    4635namespace JSC {
    47 
    4836
    4937// ------------------------------ StatementNode --------------------------------
Note: See TracChangeset for help on using the changeset viewer.