aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_plugins
diff options
context:
space:
mode:
authorImanol Fernandez <mortimergoro@gmail.com>2017-09-20 21:12:21 +0200
committerImanol Fernandez <mortimergoro@gmail.com>2017-09-28 18:52:29 +0200
commitb9710a59b504a793b878869c639cb1fa8a0ed56c (patch)
treeeef0bd710c10a07d31bef2b540e9f256ab50bcff /components/script_plugins
parent7574d2647699e211638379f8f89760c57a1d6cc8 (diff)
downloadservo-b9710a59b504a793b878869c639cb1fa8a0ed56c.tar.gz
servo-b9710a59b504a793b878869c639cb1fa8a0ed56c.zip
Associate bound WebGLTextures with texture units.
Diffstat (limited to 'components/script_plugins')
-rw-r--r--components/script_plugins/unrooted_must_root.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script_plugins/unrooted_must_root.rs b/components/script_plugins/unrooted_must_root.rs
index 5b5647794dc..502ae03de12 100644
--- a/components/script_plugins/unrooted_must_root.rs
+++ b/components/script_plugins/unrooted_must_root.rs
@@ -55,6 +55,7 @@ fn is_unrooted_ty(cx: &LateContext, ty: &ty::TyS, in_new_function: bool) -> bool
|| match_def_path(cx, did.did, &["std", "collections", "hash", "map", "Entry"])
|| match_def_path(cx, did.did, &["std", "collections", "hash", "map", "OccupiedEntry"])
|| match_def_path(cx, did.did, &["std", "collections", "hash", "map", "VacantEntry"])
+ || match_def_path(cx, did.did, &["std", "collections", "hash", "map", "Iter"])
|| match_def_path(cx, did.did, &["std", "collections", "hash", "set", "Iter"]) {
// Structures which are semantically similar to an &ptr.
false