Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(308)

Unified Diff: tools/dom/src/blink_native_DOMImplementation.dart

Issue 552533004: Blink uses types in resolvers and entry points (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « tools/dom/scripts/systemnative.py ('k') | tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698