Ignore:
Timestamp:
Oct 16, 2007, 4:25:33 PM (18 years ago)
Author:
ggaren
Message:

Reviewed by Darin Adler.


Global replace of assert with ASSERT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/interpreter.cpp

    r26682 r26688  
    4343#include "operations.h"
    4444#include "regexp_object.h"
     45#include "runtime.h"
    4546#include "string_object.h"
    4647#include "types.h"
    4748#include "value.h"
    48 
    49 #include "runtime.h"
     49#include <math.h>
     50#include <signal.h>
     51#include <stdio.h>
     52#include <wtf/Assertions.h>
    5053
    5154#if HAVE(SYS_TIME_H)
    5255#include <sys/time.h>
    5356#endif
    54 
    55 #include <assert.h>
    56 #include <math.h>
    57 #include <signal.h>
    58 #include <stdio.h>
    5957
    6058#if PLATFORM(WIN_OS)
Note: See TracChangeset for help on using the changeset viewer.