| Index: Source/core/html/canvas/CanvasPattern.h
|
| diff --git a/Source/core/html/canvas/CanvasPattern.h b/Source/core/html/canvas/CanvasPattern.h
|
| index d81ce187042403327eb64609ea9b936df95892c2..95f6c4a69b107c788e9759aa93af8673d77ab565 100644
|
| --- a/Source/core/html/canvas/CanvasPattern.h
|
| +++ b/Source/core/html/canvas/CanvasPattern.h
|
| @@ -38,6 +38,7 @@ class ExceptionState;
|
| class Image;
|
|
|
| class CanvasPattern FINAL : public RefCountedWillBeGarbageCollectedFinalized<CanvasPattern>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static Pattern::RepeatMode parseRepetitionType(const String&, ExceptionState&);
|
|
|
| @@ -62,4 +63,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // CanvasPattern_h
|
|
|