Show
Ignore:
Timestamp:
08/01/08 14:47:24 (5 months ago)
Author:
sroret
Message:

merge with webkit revision 35510

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/JavaScriptCore/VM/Machine.h

    r418 r427  
    4949    class Register; 
    5050    class ScopeChainNode; 
     51    class SamplingTool; 
    5152 
    5253    enum DebugHookID { 
     
    120121            m_timeoutCheckCount = 0; 
    121122        } 
    122          
    123 #if SAMPLING_TOOL_ENABLED 
     123 
    124124        SamplingTool* m_sampler; 
    125 #endif 
    126125 
    127126    private: