Ignore:
Timestamp:
May 7, 2012, 4:35:52 PM (13 years ago)
Author:
[email protected]
Message:

2012-05-07 Oliver Hunt <[email protected]>

Rolling out r110287

RS=Filip Pizlo

r110287 was meant to be refactoring only, but changed behavior
enough to break some websites, including qq.com.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/parser/NodeInfo.h

    r110287 r116372  
    2727    template <typename T> struct NodeInfo {
    2828        T m_node;
    29         ScopeFlags m_scopeFlags;
     29        CodeFeatures m_features;
    3030        int m_numConstants;
    3131    };
     
    4545        ParserArenaData<DeclarationStacks::VarStack>* m_varDeclarations;
    4646        ParserArenaData<DeclarationStacks::FunctionStack>* m_funcDeclarations;
    47         ScopeFlags m_scopeFlags;
     47        CodeFeatures m_features;
    4848        int m_numConstants;
    4949    };
Note: See TracChangeset for help on using the changeset viewer.