Ignore:
Timestamp:
May 19, 2014, 2:00:56 AM (11 years ago)
Author:
[email protected]
Message:

Removing some check-webkit-style warnings from ./dfg
https://bugs.webkit.org/show_bug.cgi?id=132854

Patch by Tanay C <[email protected]> on 2014-05-19
Reviewed by Darin Adler.

  • dfg/DFGAbstractInterpreter.h:
  • dfg/DFGAbstractValue.h:
  • dfg/DFGBlockInsertionSet.h:
  • dfg/DFGCommonData.h:
  • dfg/DFGDominators.h:
  • dfg/DFGGraph.h:
  • dfg/DFGInPlaceAbstractState.h:
  • dfg/DFGPredictionPropagationPhase.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/dfg/DFGBlockInsertionSet.h

    r164459 r169040  
    3939class BlockInsertionSet {
    4040public:
    41     BlockInsertionSet(Graph& graph);
     41    BlockInsertionSet(Graph&);
    4242    ~BlockInsertionSet();
    4343   
    44     void insert(const BlockInsertion& insertion);
    45     void insert(size_t index, PassRefPtr<BasicBlock> block);
     44    void insert(const BlockInsertion&);
     45    void insert(size_t index, PassRefPtr<BasicBlock>);
    4646    BasicBlock* insert(size_t index, float executionCount);
    4747    BasicBlock* insertBefore(BasicBlock* before, float executionCount);
Note: See TracChangeset for help on using the changeset viewer.