Ignore:
Timestamp:
Jun 4, 2008, 10:36:55 PM (17 years ago)
Author:
[email protected]
Message:

2008-06-04 Sam Weinig <[email protected]>

Reviewed by Maciej Stachowiak.

Big cleanup of formatting and whitespace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/VM/ExceptionHelpers.h

    r34075 r34372  
    3333
    3434namespace KJS {
     35
    3536    class Node;
     37
    3638    JSValue* createStackOverflowError(ExecState*);
    3739    JSValue* createUndefinedVariableError(ExecState*, const Identifier&);
    3840    JSValue* createInvalidParamError(ExecState*, const char* op, JSValue*);
    39     JSValue* createNotAConstructorError(ExecState* exec, JSValue* value, Node* expr);
    40     JSValue* createNotAFunctionError(ExecState* exec, JSValue* value, Node* expr);
    41 }
     41    JSValue* createNotAConstructorError(ExecState*, JSValue*, Node* expr);
     42    JSValue* createNotAFunctionError(ExecState*, JSValue*, Node* expr);
    4243
    43 #endif
     44} // namespace KJS
     45
     46#endif // ExceptionHelpers_h
Note: See TracChangeset for help on using the changeset viewer.