| Index: tools/dom/templates/html/dartium/web_gl_dartium.darttemplate
|
| diff --git a/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate b/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate
|
| index f3d8c40ccb4a6e5fe147fe30070eb3535f235949..333001da09172a3f67b7470cb3c5e2b9d20acddf 100644
|
| --- a/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate
|
| @@ -19,7 +19,7 @@ part '$AUXILIARY_DIR/WebGLConstants.dart';
|
| $!GENERATED_DART_FILES
|
| $if DART_USE_BLINK
|
| // FIXME: Can we make this private?
|
| -const web_glBlinkMap = const {
|
| +final web_glBlinkMap = {
|
| $!TYPE_MAP
|
| };
|
| $endif
|
|
|