Changeset 45933 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Jul 15, 2009, 11:28:04 AM (16 years ago)
Author:
Darin Adler
Message:

2009-07-15 Darin Adler <Darin Adler>

Fix a build for a particular Apple configuration.

  • wtf/FastAllocBase.h: Change include to use "" style for including another wtf header. This is the style we use for including other public headers in the same directory.
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r45931 r45933  
     12009-07-15  Darin Adler  <[email protected]>
     2
     3        Fix a build for a particular Apple configuration.
     4
     5        * wtf/FastAllocBase.h: Change include to use "" style for
     6        including another wtf header. This is the style we use for
     7        including other public headers in the same directory.
     8
    192009-07-15  George Staikos  <[email protected]>
    210
  • trunk/JavaScriptCore/wtf/FastAllocBase.h

    r45130 r45933  
    8080#include <stdlib.h>
    8181#include <string.h>
     82#include "Assertions.h"
    8283#include "FastMalloc.h"
    8384#include "TypeTraits.h"
    84 #include <wtf/Assertions.h>
    8585
    8686namespace WTF {
Note: See TracChangeset for help on using the changeset viewer.