| Index: Source/core/html/canvas/WebGLActiveInfo.h
|
| diff --git a/Source/core/html/canvas/WebGLActiveInfo.h b/Source/core/html/canvas/WebGLActiveInfo.h
|
| index 9d172ba5fca066b3c833ae40819c7f1f9c70537c..b3bc118adaf9eb0ba907607088dc2f2165f883fd 100644
|
| --- a/Source/core/html/canvas/WebGLActiveInfo.h
|
| +++ b/Source/core/html/canvas/WebGLActiveInfo.h
|
| @@ -35,6 +35,7 @@
|
| namespace blink {
|
|
|
| class WebGLActiveInfo FINAL : public RefCountedWillBeGarbageCollectedFinalized<WebGLActiveInfo>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<WebGLActiveInfo> create(const String& name, GLenum type, GLint size)
|
| {
|
| @@ -62,6 +63,6 @@ private:
|
| GLint m_size;
|
| };
|
|
|
| -}
|
| +} // namespace blink
|
|
|
| #endif // WebGLActiveInfo_h
|
|
|