Show
Ignore:
Timestamp:
07/30/08 15:12:45 (5 months ago)
Author:
odole
Message:

merge with webkit revision 35445

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/WebCore/bindings/js/JSConsoleCustom.cpp

    r414 r424  
    8484} 
    8585 
     86JSValue* JSConsole::group(ExecState* exec, const ArgList& arguments) 
     87{ 
     88    impl()->group(exec, arguments); 
     89    return jsUndefined(); 
     90} 
     91 
    8692} // namespace WebCore