Index: Source/core/workers/WorkerConsole.h |
diff --git a/Source/core/workers/WorkerConsole.h b/Source/core/workers/WorkerConsole.h |
index c7490ddbe490e9c0e2346abedc48d55ca20a22d5..42f17c1a2eb422217428d353b8a7f21a2c6fad82 100644 |
--- a/Source/core/workers/WorkerConsole.h |
+++ b/Source/core/workers/WorkerConsole.h |
@@ -46,6 +46,7 @@ class ScriptArguments; |
class WorkerGlobalScope; |
class WorkerConsole FINAL : public ConsoleBase { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<WorkerConsole> create(WorkerGlobalScope* scope) |
{ |