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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLActiveInfo.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. 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/WebGLActiveInfo.idl
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLActiveInfo.idl b/third_party/WebKit/Source/modules/webgl/WebGLActiveInfo.idl
index e22a5bd1ba05dc311b086eafb5f2676a5ab0e588..a518c0239601a98973a851763bdf4c0f6c5ae854 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLActiveInfo.idl
+++ b/third_party/WebKit/Source/modules/webgl/WebGLActiveInfo.idl
@@ -24,7 +24,6 @@
*/
[
- GarbageCollected,
] interface WebGLActiveInfo {
readonly attribute long size;
readonly attribute unsigned long type;

Powered by Google App Engine
This is Rietveld 408576698