| Index: Source/core/frame/ConsoleBase.h
|
| diff --git a/Source/core/frame/ConsoleBase.h b/Source/core/frame/ConsoleBase.h
|
| index 103a159e76fe8fffbe7e20d282d6cf5cac219b1d..defcf01a73982e540e2b2229eb676247b71e9e70 100644
|
| --- a/Source/core/frame/ConsoleBase.h
|
| +++ b/Source/core/frame/ConsoleBase.h
|
| @@ -47,6 +47,7 @@ class ConsoleMessage;
|
| class ScriptArguments;
|
|
|
| class ConsoleBase : public RefCountedWillBeGarbageCollectedFinalized<ConsoleBase>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| void debug(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
|
| void error(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
|
|
|