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

Unified Diff: core/html/canvas/WebGLDebugShaders.idl

Issue 23014006: Roll IDL to multivm@1350 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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
« no previous file with comments | « core/html/canvas/Uint8ClampedArray.idl ('k') | core/html/canvas/WebGLRenderingContext.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/canvas/WebGLDebugShaders.idl
diff --git a/core/html/canvas/WebGLDebugShaders.idl b/core/html/canvas/WebGLDebugShaders.idl
index 1798ceec6f14b34ea62c79c3fd823dfffd7346af..55a6f3cb98116bdd8dd436b397fd7544f1c1f461 100644
--- a/core/html/canvas/WebGLDebugShaders.idl
+++ b/core/html/canvas/WebGLDebugShaders.idl
@@ -26,5 +26,5 @@
[
NoInterfaceObject
] interface WebGLDebugShaders {
- [StrictTypeChecking, TreatReturnedNullStringAs=Null, RaisesException] DOMString getTranslatedShaderSource(WebGLShader shader);
+ [StrictTypeChecking, TreatReturnedNullStringAs=Null] DOMString getTranslatedShaderSource(WebGLShader shader);
};
« no previous file with comments | « core/html/canvas/Uint8ClampedArray.idl ('k') | core/html/canvas/WebGLRenderingContext.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698