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

Unified Diff: ios/web/web_state/js/resources/web_bundle.js

Issue 2807213003: Move stringify, form, navigation and scroll methods out of core.js. (Closed)
Patch Set: Re-upload patch after rebase-update in local branch Created 3 years, 8 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 | « ios/web/web_state/js/resources/scroll_workaround.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/js/resources/web_bundle.js
diff --git a/ios/web/web_state/js/resources/web_bundle.js b/ios/web/web_state/js/resources/web_bundle.js
index 74cae3823835f89c0ba78b3e83d89d019463c8b2..867643d895fa114391ed98de39c174207f6a766e 100644
--- a/ios/web/web_state/js/resources/web_bundle.js
+++ b/ios/web/web_state/js/resources/web_bundle.js
@@ -9,3 +9,6 @@ goog.require('__crWeb.console');
goog.require('__crWeb.contextMenu');
goog.require('__crWeb.core');
goog.require('__crWeb.dialogOverrides');
+goog.require('__crWeb.form');
+goog.require('__crWeb.navigation');
+goog.require('__crWeb.scrollWorkaround');
« no previous file with comments | « ios/web/web_state/js/resources/scroll_workaround.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698