Changeset 31049 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Mar 13, 2008, 8:44:10 PM (17 years ago)
Author:
[email protected]
Message:

Reviewed by eseidel. Landed by eseidel.

  • wtf/FastMalloc.cpp: #include <wtf/HashSet.h> outside of any namespaces.
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r31048 r31049  
    112008-03-13  Mark Mentovai  <[email protected]>
    22
    3         Reviewed by eseidel.  Landed by eseidel
     3        Reviewed by eseidel.  Landed by eseidel.
     4
     5        * wtf/FastMalloc.cpp: #include <wtf/HashSet.h> outside of any
     6        namespaces.
     7
     82008-03-13  Mark Mentovai  <[email protected]>
     9
     10        Reviewed by eseidel.  Landed by eseidel.
    411
    512        * pcre/pcre_exec.cpp: Fix misnamed variable, allowing -DDEBUG build
  • trunk/JavaScriptCore/wtf/FastMalloc.cpp

    r29941 r31049  
    237237#if PLATFORM(DARWIN)
    238238#include "MallocZoneSupport.h"
     239#include <wtf/HashSet.h>
    239240#endif
    240241
     
    34133414
    34143415#if defined(WTF_CHANGES) && PLATFORM(DARWIN)
    3415 #include <wtf/HashSet.h>
    34163416
    34173417class FreeObjectFinder {
Note: See TracChangeset for help on using the changeset viewer.