Changeset 37408 in webkit for trunk/JavaScriptCore/kjs/nodes.h


Ignore:
Timestamp:
Oct 7, 2008, 11:36:41 PM (17 years ago)
Author:
[email protected]
Message:

2008-10-07 Sam Weinig <[email protected]>

Roll out r37405.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/nodes.h

    r37405 r37408  
    227227        virtual bool isDotAccessorNode() const JSC_FAST_CALL { return false; }
    228228
    229         virtual ExpressionNode* stripUnaryPlus() { return this; }
    230 
    231229        ResultType resultDescriptor() const JSC_FAST_CALL { return m_resultDesc; }
    232230
     
    11811179        {
    11821180        }
    1183 
    1184         virtual ExpressionNode* stripUnaryPlus() { return m_expr.get(); }
    11851181
    11861182        virtual OpcodeID opcode() const JSC_FAST_CALL { return op_to_jsnumber; }
Note: See TracChangeset for help on using the changeset viewer.