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

Unified Diff: extension/extract.js

Issue 762563003: Roll gwt to 2.7.0 (from 2.5.1) (Closed) Base URL: https://code.google.com/p/dom-distiller/@master
Patch Set: rebase Created 6 years 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 | « create_standalone_js.py ('k') | src/DomDistiller.gwt.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extension/extract.js
diff --git a/extension/extract.js b/extension/extract.js
index c232d8e148e0ec4fee7912079f4b7c09f99a86f8..b9a26d7b96dbfac8c97a20f3bd40f38d4534aa0a 100644
--- a/extension/extract.js
+++ b/extension/extract.js
@@ -4,6 +4,6 @@
var options = {};
console.profile("Extraction");
-var res = com.dom_distiller.DomDistiller.applyWithOptions(options);
+var res = com.dom_distiller.client.DomDistiller.applyWithOptions(options);
console.profileEnd();
« no previous file with comments | « create_standalone_js.py ('k') | src/DomDistiller.gwt.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698