| Index: Source/core/html/HTMLOptGroupElement.h
|
| diff --git a/Source/core/html/HTMLOptGroupElement.h b/Source/core/html/HTMLOptGroupElement.h
|
| index c127fbf84bc7e5af4440fee75c98c0dd7d4352b9..daec624eeb8f0152a488115e2b47ee09d42a139d 100644
|
| --- a/Source/core/html/HTMLOptGroupElement.h
|
| +++ b/Source/core/html/HTMLOptGroupElement.h
|
| @@ -32,6 +32,7 @@ class HTMLSelectElement;
|
| class HTMLDivElement;
|
|
|
| class HTMLOptGroupElement FINAL : public HTMLElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<HTMLOptGroupElement> create(Document&);
|
|
|
| @@ -63,6 +64,6 @@ private:
|
| RefPtr<RenderStyle> m_style;
|
| };
|
|
|
| -} //namespace
|
| +} // namespace blink
|
|
|
| -#endif
|
| +#endif // HTMLOptGroupElement_h
|
|
|