Changeset 424 for trunk/WebCore/bindings/js/JSConsoleCustom.cpp
- Timestamp:
- 07/30/08 15:12:45 (5 months ago)
- Files:
-
- trunk/WebCore/bindings/js/JSConsoleCustom.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/WebCore/bindings/js/JSConsoleCustom.cpp
r414 r424 84 84 } 85 85 86 JSValue* JSConsole::group(ExecState* exec, const ArgList& arguments) 87 { 88 impl()->group(exec, arguments); 89 return jsUndefined(); 90 } 91 86 92 } // namespace WebCore
