Show
Ignore:
Timestamp:
08/06/08 13:29:36 (5 months ago)
Author:
mbensi
Message:

merge with webkit revision 35588

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/WebCore/bindings/objc/DOMRGBColor.mm

    r298 r431  
    7777- (void)dealloc 
    7878{ 
     79    if (WebCoreObjCScheduleDeallocateOnMainThread([DOMRGBColor class], self)) 
     80        return; 
     81     
    7982    WebCore::removeWrapperForRGB(reinterpret_cast<uintptr_t>(_internal)); 
    8083    _internal = 0;