| Index: Source/core/html/HTMLAppletElement.h
|
| diff --git a/Source/core/html/HTMLAppletElement.h b/Source/core/html/HTMLAppletElement.h
|
| index 98ed9b46d0fc241c3158ee506853c2812ff09dba..70d6f276901e59eebb7f8b482ccc8d12f6131b66 100644
|
| --- a/Source/core/html/HTMLAppletElement.h
|
| +++ b/Source/core/html/HTMLAppletElement.h
|
| @@ -30,6 +30,7 @@ namespace blink {
|
| class KURL;
|
|
|
| class HTMLAppletElement FINAL : public HTMLPlugInElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<HTMLAppletElement> create(Document&, bool createdByParser);
|
|
|
| @@ -56,6 +57,6 @@ private:
|
| virtual bool shouldRegisterAsExtraNamedItem() const OVERRIDE { return true; }
|
| };
|
|
|
| -}
|
| +} // namespace blink
|
|
|
| -#endif
|
| +#endif // HTMLAppletElement_h
|
|
|