Skip to content

Commit

Permalink
CGImports must consider special operations to generate required 'use'…
Browse files Browse the repository at this point in the history
… items
  • Loading branch information
mukilan committed Jun 27, 2015
1 parent 8892f81 commit 8f5265c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/script/dom/bindings/codegen/CodegenRust.py
Expand Up @@ -1645,6 +1645,9 @@ def getIdentifier(t):
if constructor:
members += [constructor]

if d.proxy:
members += [o for o in d.operations.values() if o]

for m in members:
if m.isMethod():
types += relatedTypesForSignatures(m)
Expand Down

0 comments on commit 8f5265c

Please sign in to comment.