| Index: Source/core/html/HTMLVideoElement.h
|
| diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h
|
| index e57ddaa1f490f0d945fa7336767fb91a00e66ef6..6f2818a50ee9a611d7cce719d608a97c40fda53a 100644
|
| --- a/Source/core/html/HTMLVideoElement.h
|
| +++ b/Source/core/html/HTMLVideoElement.h
|
| @@ -47,6 +47,7 @@ typedef unsigned GLenum;
|
| typedef int GC3Dint;
|
|
|
| class HTMLVideoElement FINAL : public HTMLMediaElement, public CanvasImageSource {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<HTMLVideoElement> create(Document&);
|
| virtual void trace(Visitor*) OVERRIDE;
|
| @@ -111,6 +112,6 @@ private:
|
| AtomicString m_defaultPosterURL;
|
| };
|
|
|
| -} //namespace
|
| +} // namespace blink
|
|
|
| -#endif
|
| +#endif // HTMLVideoElement_h
|
|
|