Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: tools/dom/scripts/generator.py

Issue 13492002: Fixing some dart2js annotation issues in web_gl lib. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/dom/scripts/generator.py
diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py
index a76fb643d4ab6019597ceb0b80f83008d57bc336..08b244ff9cd943042b7b0dece8fde3a7f329709b 100644
--- a/tools/dom/scripts/generator.py
+++ b/tools/dom/scripts/generator.py
@@ -691,9 +691,9 @@ dart2js_annotations = monitored.Dict('generator.dart2js_annotations', {
# Taken from http://www.khronos.org/registry/webgl/specs/latest/
# Section 5.14.3 Setting and getting state
"@Creates('Null|num|String|bool|=List|Float32Array|Int32Array|Uint32Array"
- "|WebGLFramebuffer|WebGLRenderbuffer|WebGLTexture')",
+ "|Framebuffer|Renderbuffer|Texture')",
"@Returns('Null|num|String|bool|=List|Float32Array|Int32Array|Uint32Array"
- "|WebGLFramebuffer|WebGLRenderbuffer|WebGLTexture')",
+ "|Framebuffer|Renderbuffer|Texture')",
],
'XMLHttpRequest.response': [
« no previous file with comments | « sdk/lib/web_gl/dart2js/web_gl_dart2js.dart ('k') | tools/dom/templates/html/dart2js/web_gl_dart2js.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698