Chromium Code Reviews

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

Issue 1873323002: Have bindings layer assume and insist that all interface types are GCed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.idl
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.idl b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.idl
index 29c09ffacaa898e3a8a812dc1e11f4664bed13c6..fbf14f1ca5f7d74daaa39b55089dc78582145276 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.idl
+++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.idl
@@ -26,7 +26,6 @@
[
NoInterfaceObject,
DoNotCheckConstants,
- GarbageCollected,
SetWrapperReferenceFrom=canvas,
] interface WebGLCompressedTexturePVRTC {
/* Compressed Texture Formats */

Powered by Google App Engine