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/SourceProviderCacheItem.h

    r110287 r116372  
    6262    int closeBraceLine;
    6363    int closeBracePos;
    64     unsigned short scopeFlags;
     64    bool usesEval;
     65    bool strictMode;
     66    bool needsFullActivation;
    6567    Vector<RefPtr<StringImpl> > usedVariables;
    6668    Vector<RefPtr<StringImpl> > writtenVariables;
Note: See TracChangeset for help on using the changeset viewer.