| Index: Source/core/frame/Console.h
|
| diff --git a/Source/core/frame/Console.h b/Source/core/frame/Console.h
|
| index 62476a014c7f8632729c41b187340943bbbf4393..7b5aeb37ef011617d7dc331f9a66373633af7e4b 100644
|
| --- a/Source/core/frame/Console.h
|
| +++ b/Source/core/frame/Console.h
|
| @@ -31,6 +31,7 @@
|
|
|
| #include "core/frame/ConsoleBase.h"
|
| #include "core/frame/DOMWindowProperty.h"
|
| +#include "platform/Supplementable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/PassRefPtr.h"
|
| @@ -39,9 +40,8 @@
|
| namespace blink {
|
|
|
| class LocalFrame;
|
| -class MemoryInfo;
|
|
|
| -class Console final : public ConsoleBase, public DOMWindowProperty {
|
| +class Console final : public ConsoleBase, public DOMWindowProperty, public WillBeHeapSupplementable<Console> {
|
| DEFINE_WRAPPERTYPEINFO();
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Console);
|
| public:
|
| @@ -51,8 +51,6 @@ public:
|
| }
|
| virtual ~Console();
|
|
|
| - PassRefPtrWillBeRawPtr<MemoryInfo> memory() const;
|
| -
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
|
|