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

Unified Diff: third_party/WebKit/Source/modules/webgl/ANGLEInstancedArrays.idl

Issue 2676663006: Remove SetWrapperReferenceTo and SetWrapperReferenceFrom (Closed)
Patch Set: Rebase on master Created 3 years, 10 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: third_party/WebKit/Source/modules/webgl/ANGLEInstancedArrays.idl
diff --git a/third_party/WebKit/Source/modules/webgl/ANGLEInstancedArrays.idl b/third_party/WebKit/Source/modules/webgl/ANGLEInstancedArrays.idl
index 99a9b63e6c5211afd7eba1e1d3dc3a8853d22d83..9986873a8aca09be7eebb4d8ed86cc1d05306a00 100644
--- a/third_party/WebKit/Source/modules/webgl/ANGLEInstancedArrays.idl
+++ b/third_party/WebKit/Source/modules/webgl/ANGLEInstancedArrays.idl
@@ -29,9 +29,9 @@
*/
[
+ DependentLifetime,
DoNotCheckConstants,
NoInterfaceObject,
- SetWrapperReferenceFrom=canvas,
] interface ANGLEInstancedArrays {
const unsigned long VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE = 0x88FE;

Powered by Google App Engine
This is Rietveld 408576698