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/Lookup.h

    r38137 r38138  
    2323
    2424#include "ExecState.h"
     25#include "Identifier.h"
    2526#include "JSFunction.h"
    2627#include "JSGlobalObject.h"
    2728#include "JSObject.h"
    2829#include "PropertySlot.h"
    29 #include "identifier.h"
    3030#include <stdio.h>
    3131#include <wtf/Assertions.h>
Note: See TracChangeset for help on using the changeset viewer.