Index: Source/core/html/canvas/WebGLTexture.h |
diff --git a/Source/core/html/canvas/WebGLTexture.h b/Source/core/html/canvas/WebGLTexture.h |
index 98b1a327c060db65e7df19acdb0b5818607be2b7..0474eeeb4610f3bbe1e0c296af5eddd98842ca03 100644 |
--- a/Source/core/html/canvas/WebGLTexture.h |
+++ b/Source/core/html/canvas/WebGLTexture.h |
@@ -124,7 +124,7 @@ private: |
GLenum m_wrapS; |
GLenum m_wrapT; |
- Vector<Vector<LevelInfo> > m_info; |
+ Vector<Vector<LevelInfo>> m_info; |
bool m_isNPOT; |
bool m_isCubeComplete; |