Chromium Code Reviews| Index: Source/core/frame/Console.h |
| diff --git a/Source/core/frame/Console.h b/Source/core/frame/Console.h |
| index 7d0a716472a329c57ee96191e97e8b59c630c718..11453b4e66fb32ca309e568141a555c59fd5bf47 100644 |
| --- a/Source/core/frame/Console.h |
| +++ b/Source/core/frame/Console.h |
| @@ -44,6 +44,7 @@ class Page; |
| class ScriptArguments; |
| class Console FINAL : public ConsoleBase, public DOMWindowProperty { |
| + DEFINE_WRAPPERTYPEINFO(); |
| public: |
| static PassRefPtrWillBeRawPtr<Console> create(LocalFrame* frame) |
| { |