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 7cc42896b00ed6d9c8d11508e4c7fbe3b3f6e1d2..2258b2e457b9f8c29738dbe63e7c7826e54ee6d5 100644 |
--- a/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate |
+++ b/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate |
@@ -24,11 +24,3 @@ $!GENERATED_DART_FILES |
final web_glBlinkMap = { |
$!TYPE_MAP |
}; |
- |
-$if JSINTEROP |
-// FIXME: Can we make this private? |
-@Deprecated("Internal Use Only") |
-final web_glBlinkFunctionMap = { |
-$!TYPE_FUNCTION_MAP |
-}; |
-$endif |