| Index: pkg/dev_compiler/tool/input_sdk/private/native_helper.dart
|
| diff --git a/pkg/dev_compiler/tool/input_sdk/private/native_helper.dart b/pkg/dev_compiler/tool/input_sdk/private/native_helper.dart
|
| index de77f66713e342b445ae49b1b60202fcf6059a93..335805b5c982ad002f902022eb2c01d93b068d68 100644
|
| --- a/pkg/dev_compiler/tool/input_sdk/private/native_helper.dart
|
| +++ b/pkg/dev_compiler/tool/input_sdk/private/native_helper.dart
|
| @@ -24,8 +24,8 @@ void defineProperty(var obj, String property, var value) {
|
| }
|
|
|
| // Warning: calls to these methods need to be removed before custom elements
|
| -// and cross-frame dom objects behave correctly in ddc.
|
| -// See https://github.com/dart-lang/dev_compiler/issues/517
|
| +// and cross-frame dom objects behave correctly in ddc
|
| +// https://github.com/dart-lang/sdk/issues/28326
|
| setNativeSubclassDispatchRecord(proto, interceptor) { }
|
| findDispatchTagForInterceptorClass(interceptorClassConstructor) {}
|
| makeLeafDispatchRecord(interceptor) {}
|
|
|