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

Unified Diff: sdk/lib/_blink/dartium/_blink_dartium.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 | « no previous file | tools/dom/src/blink_native_DOMImplementation.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_blink/dartium/_blink_dartium.dart
diff --git a/sdk/lib/_blink/dartium/_blink_dartium.dart b/sdk/lib/_blink/dartium/_blink_dartium.dart
index 98fae38794b535748199d0b95dc2e21cfcffec20..6f6f0a5f2c336a34c53d5d78b870d4e8ccd6edf9 100644
--- a/sdk/lib/_blink/dartium/_blink_dartium.dart
+++ b/sdk/lib/_blink/dartium/_blink_dartium.dart
@@ -9154,7 +9154,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 | « no previous file | tools/dom/src/blink_native_DOMImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698