Show
Ignore:
Timestamp:
08/18/08 11:14:49 (5 months ago)
Author:
odole
Message:

merge with webkit revision 35814

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/JavaScriptCore/kjs/JSGlobalObject.h

    r402 r440  
    7878            { 
    7979            } 
     80             
     81            virtual ~JSGlobalObjectData() 
     82            { 
     83            } 
    8084 
    8185            JSGlobalObject* next; 
     
    134138 
    135139    protected: 
    136         JSGlobalObject(JSValue* prototype, JSObject* globalThisValue) 
    137             : JSVariableObject(prototype, new JSGlobalObjectData(this, globalThisValue)
     140        JSGlobalObject(JSValue* prototype, JSGlobalObjectData* d, JSObject* globalThisValue) 
     141            : JSVariableObject(prototype, d
    138142        { 
    139143            init(globalThisValue);