Index: tools/dom/templates/html/impl/impl_FileReader.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_FileReader.darttemplate b/tools/dom/templates/html/impl/impl_FileReader.darttemplate |
index c7bc8ba4ee4841f2264bb66cc3d669449153c4c4..08644414da63650e2108a5112245a8c103914052 100644 |
--- a/tools/dom/templates/html/impl/impl_FileReader.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_FileReader.darttemplate |
@@ -13,7 +13,7 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS |
$if DART2JS |
var res = JS('Null|String|NativeByteBuffer', '#.result', this); |
$else |
- var res = _blink.BlinkFileReader.result_Getter(this); |
+ var res = _blink.BlinkFileReader.result_Getter(unwrap_jso(this)); |
$endif |
if (res is ByteBuffer) { |
return new Uint8List.view(res); |