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

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: Created 6 years, 1 month 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: 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();

Powered by Google App Engine
This is Rietveld 408576698