servo: Merge #10433 - Implement WebGLRenderingContext.getActiveUniform() (from saurvs:pr3); r=emilio

Fixes https://github.com/servo/servo/issues/10397

Source-Repo: https://github.com/servo/servo
Source-Revision: 4cc241c858ce8ee7894495d082a3bfc6233d80e8
This commit is contained in:
Saurav Sachidanand
2016-04-07 03:29:01 +05:00
parent 1501e15311
commit e985d24732
7 changed files with 84 additions and 43 deletions

View File

@@ -220,7 +220,7 @@ def check_lock(file_name, contents):
raise StopIteration
# package names to be neglected (as named by cargo)
exceptions = ["bitflags", "xml-rs", "gl_generator"]
exceptions = ["bitflags", "xml-rs", "gl_generator", "byteorder"]
import toml
content = toml.loads(contents)