Ignore:
Timestamp:
Aug 21, 2009, 7:31:24 PM (16 years ago)
Author:
[email protected]
Message:

Fix the non-JIT build.

  • runtime/Executable.cpp:
  • runtime/Executable.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/Executable.h

    r47641 r47660  
    7777    };
    7878
     79#if ENABLE(JIT)
    7980    class NativeExecutable : public ExecutableBase {
    8081    public:
     
    8788        ~NativeExecutable();
    8889    };
     90#endif
    8991
    9092    class VPtrHackExecutable : public ExecutableBase {
Note: See TracChangeset for help on using the changeset viewer.