Show
Ignore:
Timestamp:
08/04/08 12:23:14 (5 months ago)
Author:
mbensi
Message:

merge with webkit revision 35534

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/WebKit/mac/Plugins/WebBaseNetscapePluginStream.mm

    r427 r429  
    366366        return NO; 
    367367     
    368     NPBool value
     368    void *value = 0
    369369    WebBaseNetscapePluginView *pv = pluginView; 
    370370    [pv willCallPlugInFunction]; 
     
    374374        return NO; 
    375375     
    376     return value
     376    return value != 0
    377377} 
    378378