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 86c642c7c295bec427ea10c6b8a032121eb15539..5f12a23dcb391e721c4aa9765137d96468d3ceef 100644 |
--- a/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate |
+++ b/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate |
@@ -22,3 +22,10 @@ $!GENERATED_DART_FILES |
final web_glBlinkMap = { |
$!TYPE_MAP |
}; |
+ |
+$if JSINTEROP |
+// FIXME: Can we make this private? |
+final web_glBlinkFunctionMap = { |
+$!TYPE_FUNCTION_MAP |
+}; |
+$endif |