Use safe-types-behavior in common-test-setup

Spotted by @mikesamuel  which partially fixes support for
polymer-resin 2.x.

Change-Id: I061c9f3fcd896116bb25353ce75d6b0dc754e4a8
This commit is contained in:
Paladox none
2019-05-21 19:50:36 +00:00
parent fd2119d4f9
commit 4135ddd4fc

View File

@@ -17,6 +17,7 @@ limitations under the License.
<link rel="import"
href="../bower_components/polymer-resin/standalone/polymer-resin.html" />
<link rel="import" href="../behaviors/safe-types-behavior/safe-types-behavior.html">
<script>
security.polymer_resin.install({
allowedIdentifierPrefixes: [''],
@@ -31,6 +32,7 @@ limitations under the License.
+ JSON.stringify(args));
}
},
safeTypesBridge: Gerrit.SafeTypes.safeTypesBridge,
});
</script>
<script>