Changeset 39285 in webkit for trunk/JavaScriptCore/bytecode


Ignore:
Timestamp:
Dec 13, 2008, 4:24:05 PM (16 years ago)
Author:
[email protected]
Message:

2008-12-13 Gavin Barraclough <[email protected]>

Build fix only, no review.

  • bytecode/CodeBlock.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/bytecode/CodeBlock.h

    r39284 r39285  
    6363    };
    6464
     65#if ENABLE(JIT)
    6566    // The code, and the associated pool from which it was allocated.
    6667    struct JITCodeRef {
     
    7980        }
    8081    };
     82#endif
    8183
    8284    struct ExpressionRangeInfo {
Note: See TracChangeset for help on using the changeset viewer.