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

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

Issue 665413002: Fix History Cross Frame resolver string (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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
« no previous file with comments | « sdk/lib/_blink/dartium/_blink_dartium.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7d3e6e58833c1bf8b6b587f1aa5c2d31339a5b2a..bc274e4fe11161d54c21720ee8ddfb3505df2976 100644
--- a/tools/dom/src/blink_native_DOMImplementation.dart
+++ b/tools/dom/src/blink_native_DOMImplementation.dart
@@ -46,7 +46,7 @@ class Blink_HistoryCrossFrame {
static forward(_HistoryCrossFrame) native "History_forward_Callback";
- static go(_HistoryCrossFrame, distance) native "History_go_Callback_long";
+ static go(_HistoryCrossFrame, distance) native "History_go_Callback";
}
class Blink_LocationCrossFrame {
« no previous file with comments | « sdk/lib/_blink/dartium/_blink_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698