commit | f3a9fa7374a44422aa4da4a74724474e94f94c8c | [log] [tgz] |
---|---|---|
author | Julien Dramaix <dramaix@google.com> | Thu Aug 11 14:02:32 2016 +0200 |
committer | Thomas Broyer <t.broyer@gmail.com> | Sat Sep 23 14:16:41 2017 +0000 |
tree | ceaa62e5cc402e9cd9fd5c1863aef4ac3d01bd5c | |
parent | d2926cc3031f4e1eb10ba9f312e8d4dfe94cc5ae [diff] |
Fix incorrect invocation of UriUtils.fromSafeConstant with non-constant arguments. Change-Id: I642e368cb794ef3f1e1151bdd4d0f1866db8f3f9
diff --git a/user/test/com/google/gwt/uibinder/test/client/FakeBundle.java b/user/test/com/google/gwt/uibinder/test/client/FakeBundle.java index 52f3c2f..6595548 100644 --- a/user/test/com/google/gwt/uibinder/test/client/FakeBundle.java +++ b/user/test/com/google/gwt/uibinder/test/client/FakeBundle.java
@@ -55,7 +55,7 @@ } public SafeUri aSafeUri() { - return UriUtils.fromSafeConstant(anUnsafeUri()); + return UriUtils.fromTrustedString(anUnsafeUri()); } public String aSelector() {