Changeset 28469 in webkit


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

Build fix: added an #include.

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

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

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

    r28468 r28469  
    2424#include "bool_object.h"
    2525
     26#include "JSGlobalObject.h"
     27#include "error_object.h"
    2628#include "operations.h"
    27 #include "error_object.h"
    2829#include <wtf/Assertions.h>
    2930
Note: See TracChangeset for help on using the changeset viewer.