Ignore:
Timestamp:
Nov 5, 2008, 3:37:21 PM (17 years ago)
Author:
[email protected]
Message:

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

Not reviewed.

Fix the build for case-sensitive build systems.

  • API/JSBase.cpp:
  • API/JSObjectRef.cpp:
  • runtime/CommonIdentifiers.h:
  • runtime/Identifier.cpp:
  • runtime/InitializeThreading.cpp:
  • runtime/InternalFunction.h:
  • runtime/JSString.h:
  • runtime/Lookup.h:
  • runtime/PropertyNameArray.h:
  • runtime/PropertySlot.h:
  • runtime/StructureID.cpp:
  • runtime/StructureID.h:
  • runtime/UString.cpp:
File:
1 edited

Legend:

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

    r37938 r38138  
    2222#define PropertySlot_h
    2323
     24#include "Identifier.h"
     25#include "JSValue.h"
    2426#include "Register.h"
    25 #include "JSValue.h"
    26 #include "identifier.h"
    2727#include <wtf/Assertions.h>
    2828#include <wtf/NotFound.h>
Note: See TracChangeset for help on using the changeset viewer.