| Index: Source/core/html/HTMLBodyElement.h
|
| diff --git a/Source/core/html/HTMLBodyElement.h b/Source/core/html/HTMLBodyElement.h
|
| index 8a884499c77af93c136a29e82b6db5ff62d8bc35..b313a1d54b8259097819d7f2c1bbe422ac986042 100644
|
| --- a/Source/core/html/HTMLBodyElement.h
|
| +++ b/Source/core/html/HTMLBodyElement.h
|
| @@ -32,6 +32,7 @@ namespace blink {
|
| class Document;
|
|
|
| class HTMLBodyElement FINAL : public HTMLElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(HTMLBodyElement);
|
| virtual ~HTMLBodyElement();
|
| @@ -70,6 +71,6 @@ private:
|
| virtual int scrollWidth() OVERRIDE;
|
| };
|
|
|
| -} //namespace
|
| +} // namespace blink
|
|
|
| -#endif
|
| +#endif // HTMLBodyElement_h
|
|
|