| Index: tools/dom/src/blink_native_DOMImplementation.dart
|
| diff --git a/tools/dom/src/blink_native_DOMImplementation.dart b/tools/dom/src/blink_native_DOMImplementation.dart
|
| index 3c0031c6664431bc2c10bd29726c6b062a851082..7d3e6e58833c1bf8b6b587f1aa5c2d31339a5b2a 100644
|
| --- a/tools/dom/src/blink_native_DOMImplementation.dart
|
| +++ b/tools/dom/src/blink_native_DOMImplementation.dart
|
| @@ -35,18 +35,18 @@ class Blink_DOMWindowCrossFrame {
|
|
|
| static get_top(_DOMWindowCrossFrame) native "Window_top_Getter";
|
|
|
| - static close(_DOMWindowCrossFrame) native "Window_close_Callback_RESOLVER_STRING_0_";
|
| + static close(_DOMWindowCrossFrame) native "Window_close_Callback";
|
|
|
| static postMessage(_DOMWindowCrossFrame, message, targetOrigin, [messagePorts]) native "Window_postMessage_Callback";
|
| }
|
|
|
| class Blink_HistoryCrossFrame {
|
| // _HistoryCrossFrame native entry points
|
| - static back(_HistoryCrossFrame) native "History_back_Callback_RESOLVER_STRING_0_";
|
| + static back(_HistoryCrossFrame) native "History_back_Callback";
|
|
|
| - static forward(_HistoryCrossFrame) native "History_forward_Callback_RESOLVER_STRING_0_";
|
| + static forward(_HistoryCrossFrame) native "History_forward_Callback";
|
|
|
| - static go(_HistoryCrossFrame, distance) native "History_go_Callback_RESOLVER_STRING_1_long";
|
| + static go(_HistoryCrossFrame, distance) native "History_go_Callback_long";
|
| }
|
|
|
| class Blink_LocationCrossFrame {
|
|
|