| Index: Source/core/html/HTMLDocument.h
|
| diff --git a/Source/core/html/HTMLDocument.h b/Source/core/html/HTMLDocument.h
|
| index 4eb35621397c7f47b1b6ab012152ec5e91e63436..8744e34e173392a98eb9b32af6fc5da0c0e07651 100644
|
| --- a/Source/core/html/HTMLDocument.h
|
| +++ b/Source/core/html/HTMLDocument.h
|
| @@ -34,6 +34,7 @@ class HTMLBodyElement;
|
| class HTMLElement;
|
|
|
| class HTMLDocument : public Document, public ResourceClient {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<HTMLDocument> create(const DocumentInit& initializer = DocumentInit())
|
| {
|
|
|