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/API/JSObjectRef.cpp

    r37845 r38138  
    3232#include "ErrorConstructor.h"
    3333#include "FunctionConstructor.h"
     34#include "Identifier.h"
    3435#include "JSArray.h"
    3536#include "JSCallbackConstructor.h"
     
    4647#include "PropertyNameArray.h"
    4748#include "RegExpConstructor.h"
    48 #include "identifier.h"
    4949#include <wtf/Platform.h>
    5050
Note: See TracChangeset for help on using the changeset viewer.