aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen
diff options
context:
space:
mode:
authoryvt <i@yvt.jp>2021-07-25 18:45:22 +0900
committeryvt <i@yvt.jp>2021-07-25 18:45:22 +0900
commit690d8462a5105f4662c3c0bc6ab0c0d8c414b040 (patch)
tree73ee72fb2ee2efbcb41bd2bf9d9db40baa0169fc /components/script/dom/bindings/codegen
parentdf5e2911fd8fd8db1571441186e774d6cc585f75 (diff)
downloadservo-690d8462a5105f4662c3c0bc6ab0c0d8c414b040.tar.gz
servo-690d8462a5105f4662c3c0bc6ab0c0d8c414b040.zip
refactor(script): apply suggestions
Diffstat (limited to 'components/script/dom/bindings/codegen')
-rw-r--r--components/script/dom/bindings/codegen/CodegenRust.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/bindings/codegen/CodegenRust.py b/components/script/dom/bindings/codegen/CodegenRust.py
index 8657bbf2253..8b94cc1b5d1 100644
--- a/components/script/dom/bindings/codegen/CodegenRust.py
+++ b/components/script/dom/bindings/codegen/CodegenRust.py
@@ -6694,7 +6694,6 @@ class CGDescriptor(CGThing):
if descriptor.isMaybeCrossOriginObject():
cgThings.append(CGDOMJSProxyHandler_getPrototype(descriptor))
cgThings.append(CGDOMJSProxyHandler_set(descriptor))
- pass
# cgThings.append(CGDOMJSProxyHandler(descriptor))
# cgThings.append(CGIsMethod(descriptor))