Changeset 28470 in webkit


Ignore:
Timestamp:
Dec 5, 2007 6:47:57 PM (16 years ago)
Author:
ggaren@apple.com
Message:

Build fix: added an #include.

  • kjs/error_object.cpp:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r28469 r28470  
     12007-12-05  Geoffrey Garen  <ggaren@apple.com>
     2
     3        Build fix: added an #include.
     4
     5        * kjs/error_object.cpp:
     6
    172007-12-05  Geoffrey Garen  <ggaren@apple.com>
    28
  • trunk/JavaScriptCore/kjs/error_object.cpp

    r28468 r28470  
    11// -*- c-basic-offset: 2 -*-
    22/*
    3  *  This file is part of the KDE libraries
    43 *  Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
    5  *  Copyright (C) 2003 Apple Computer, Inc.
     4 *  Copyright (C) 2003, 2007 Apple Inc.
    65 *
    76 *  This library is free software; you can redistribute it and/or
     
    2120 */
    2221
     22#include "JSGlobalObject.h"
    2323#include "config.h"
     24#include "error_object.h"
     25#include "object.h"
     26#include "operations.h"
     27#include "types.h"
    2428#include "value.h"
    25 #include "object.h"
    26 #include "types.h"
    27 #include "operations.h"
    28 #include "error_object.h"
    29 //#include "debugger.h"
    3029
    3130using namespace KJS;
Note: See TracChangeset for help on using the changeset viewer.