Index: tools/dom/scripts/htmldartgenerator.py |
diff --git a/tools/dom/scripts/htmldartgenerator.py b/tools/dom/scripts/htmldartgenerator.py |
index c66ce5b15b76ff982c66a05aa2bcde90bac2aaba..8397b8f74e48e8c2ee4b1ec72c617f2175814deb 100644 |
--- a/tools/dom/scripts/htmldartgenerator.py |
+++ b/tools/dom/scripts/htmldartgenerator.py |
@@ -177,7 +177,7 @@ class HtmlDartGenerator(object): |
# Never remove operations that are added as a result of an implements they |
# are pure interfaces (mixins to this interface). |
- if (IsPureInterface(parent_name)): |
+ if (IsPureInterface(parent_name, self._database)): |
return |
for operation in parent.operations: |