Ignore:
Timestamp:
Jun 8, 2009, 11:24:37 PM (16 years ago)
Author:
[email protected]
Message:

Revert r44521 as it causes regressions on windows for some reason.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/JSGlobalObject.cpp

    r44521 r44522  
    5151#include "JSGlobalObjectFunctions.h"
    5252#include "JSLock.h"
    53 #include "JSONObject.h"
    5453#include "Interpreter.h"
    5554#include "MathObject.h"
     
    320319        GlobalPropertyInfo(Identifier(exec, "NaN"), jsNaN(exec), DontEnum | DontDelete),
    321320        GlobalPropertyInfo(Identifier(exec, "Infinity"), jsNumber(exec, Inf), DontEnum | DontDelete),
    322         GlobalPropertyInfo(Identifier(exec, "undefined"), jsUndefined(), DontEnum | DontDelete),
    323         GlobalPropertyInfo(Identifier(exec, "JSON"), new (exec) JSONObject(JSONObject::createStructure(d()->objectPrototype)), DontEnum | DontDelete)
     321        GlobalPropertyInfo(Identifier(exec, "undefined"), jsUndefined(), DontEnum | DontDelete)
    324322    };
    325323
Note: See TracChangeset for help on using the changeset viewer.