Commit dd8e16be authored by weinig@apple.com's avatar weinig@apple.com

2009-04-18 Sam Weinig <sam@webkit.org>

        Reviewed by Dan Bernstein.

        Fix typo.  s/VM_MEMORY_JAVASCRIPT_JIT_REGISTER_FILE/VM_MEMORY_JAVASCRIPT_CORE/

        * runtime/Collector.cpp:
        (JSC::allocateBlock): Fix bozo typo.



git-svn-id: svn://svn.chromium.org/blink/trunk@42656 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 275fd0da
2009-04-18 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Fix typo. s/VM_MEMORY_JAVASCRIPT_JIT_REGISTER_FILE/VM_MEMORY_JAVASCRIPT_CORE/
* runtime/Collector.cpp:
(JSC::allocateBlock): Fix bozo typo.
2009-04-18 Sam Weinig <sam@webkit.org>
Reviewed by Anders Carlsson.
......@@ -183,7 +183,7 @@ static NEVER_INLINE CollectorBlock* allocateBlock()
{
#if PLATFORM(DARWIN)
#if defined(VM_MEMORY_JAVASCRIPT_CORE)
#define TAG VM_MAKE_TAG(VM_MEMORY_JAVASCRIPT_JIT_REGISTER_FILE)
#define TAG VM_MAKE_TAG(VM_MEMORY_JAVASCRIPT_CORE)
#else
#define TAG 0
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment