DescriptionIDL: Check method.visible for methods implemented in private script
When an interface has partial interfaces in modules/, methods declared
in the partial interfaces are present in interface['methods'] for the
Jinja templates to see, but with method['visible'] set to false, meaning
code shouldn't be generated.
This flag wasn't checked when the private script trampoline of a method
implemented in private script was generated, leading to the trampoline
being defined both in core/v8/V8Foo.cpp and modules/v8/V8FooPartial.cpp.
BUG=341031
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194747
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|