| Index: Source/core/frame/ConsoleBase.h
|
| diff --git a/Source/core/frame/ConsoleBase.h b/Source/core/frame/ConsoleBase.h
|
| index d9279a898bdd2477ebe54cd444784bd1af1cdf8b..3391dd1183249d18bb07ec0940a4c8a179662edd 100644
|
| --- a/Source/core/frame/ConsoleBase.h
|
| +++ b/Source/core/frame/ConsoleBase.h
|
| @@ -45,7 +45,7 @@ namespace WebCore {
|
|
|
| class ScriptArguments;
|
|
|
| -class ConsoleBase : public RefCountedWillBeGarbageCollectedFinalized<ConsoleBase> {
|
| +class ConsoleBase : public RefCountedWillBeGarbageCollectedFinalized<ConsoleBase>, public ScriptWrappable {
|
| public:
|
| void debug(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
|
| void error(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
|
|
|