| Index: Source/core/html/canvas/WebGLRenderingContext.cpp
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContext.cpp b/Source/core/html/canvas/WebGLRenderingContext.cpp
|
| index e373c7fadeab45d0b1e5db25b9699e25574ab3ca..fb6d4da1e48d90c9c86f4fe5ba6292336e680812 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContext.cpp
|
| +++ b/Source/core/html/canvas/WebGLRenderingContext.cpp
|
| @@ -87,7 +87,7 @@ namespace WebCore {
|
|
|
| const double secondsBetweenRestoreAttempts = 1.0;
|
| const int maxGLErrorsAllowedToConsole = 256;
|
| -const int maxGLActiveContexts = 16;
|
| +const unsigned maxGLActiveContexts = 16;
|
|
|
| Vector<WebGLRenderingContext*>& WebGLRenderingContext::activeContexts()
|
| {
|
|
|