Changeset 36018 in webkit


Ignore:
Timestamp:
Sep 1, 2008 3:49:26 PM (16 years ago)
Author:
jmalonzo@webkit.org
Message:

2008-09-01 Jan Michael Alonzo <jmalonzo@webkit.org>

Reviewed by Oliver Hunt.

Gtk buildfix

  • GNUmakefile.am:
  • kjs/PropertyMap.cpp: rename Identifier.h to identifier.h
  • kjs/StructureID.cpp: include JSObject.h
Location:
trunk/JavaScriptCore
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r36016 r36018  
     12008-09-01  Jan Michael Alonzo  <jmalonzo@webkit.org>
     2
     3        Reviewed by Oliver Hunt.
     4
     5        Gtk buildfix
     6
     7        * GNUmakefile.am:
     8        * kjs/PropertyMap.cpp: rename Identifier.h to identifier.h
     9        * kjs/StructureID.cpp: include JSObject.h
     10
    1112008-09-01  Geoffrey Garen  <ggaren@apple.com>
    212
  • trunk/JavaScriptCore/GNUmakefile.am

    r36014 r36018  
    183183        JavaScriptCore/kjs/StringObjectThatMasqueradesAsUndefined.h \
    184184        JavaScriptCore/kjs/StringPrototype.h \
     185        JavaScriptCore/kjs/StructureID.cpp \
     186        JavaScriptCore/kjs/StructureID.h \
    185187        JavaScriptCore/kjs/SymbolTable.h \
    186188        JavaScriptCore/kjs/Tracing.h \
  • trunk/JavaScriptCore/kjs/PropertyMap.cpp

    r36016 r36018  
    2222#include "PropertyMap.h"
    2323
     24#include "JSObject.h"
    2425#include "protect.h"
    2526#include "PropertyNameArray.h"
  • trunk/JavaScriptCore/kjs/StructureID.cpp

    r36016 r36018  
    2828#include "StructureID.h"
    2929
    30 #include "Identifier.h"
     30#include "identifier.h"
    3131#include "JSCell.h"
    3232#include <wtf/RefPtr.h>
Note: See TracChangeset for help on using the changeset viewer.