Ignore:
Timestamp:
Nov 11, 2008, 12:06:11 PM (17 years ago)
Author:
[email protected]
Message:

2008-11-11 Cameron Zwarich <[email protected]>

Rubber-stamped by Sam Weinig.

Bug 22179: Move EvalCodeCache from CodeBlock.h into its own file
<https://bugs.webkit.org/show_bug.cgi?id=22179>

  • GNUmakefile.am:
  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
  • JavaScriptCore.xcodeproj/project.pbxproj:
  • VM/CodeBlock.h:
  • VM/EvalCodeCache.h: Copied from VM/CodeBlock.h.
  • VM/Machine.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj

    r38249 r38311  
    12591259                        </File>
    12601260                        <File
     1261                                RelativePath="..\..\VM\EvalCodeCache.h"
     1262                                >
     1263                        </File>
     1264                        <File
    12611265                                RelativePath="..\..\VM\ExceptionHelpers.cpp"
    12621266                                >
Note: See TracChangeset for help on using the changeset viewer.