flutter_flutter/tests/custom-elements/generated-constructor-expected.txt
Elliott Sprehn 4a9e21a78c Custom elements should have class side inheritance.
We were not setting the __proto__ property of the generated constructor
so the generated class didn't inherit from the passed class which meant
that statics were not available.

This patch adds the missing call to setPrototype (which sets __proto__).

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/814683002
2014-12-17 14:24:34 -08:00

6 lines
113 B
Plaintext

Running 1 tests
ok 1 Custom element constructor should inherit from the passed constructor
1 tests
1 pass
0 fail