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

Unified Diff: components/dom_distiller/core/javascript/domdistiller.js

Issue 884323002: Roll DomDistillerJS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | third_party/dom_distiller_js/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller/core/javascript/domdistiller.js
diff --git a/components/dom_distiller/core/javascript/domdistiller.js b/components/dom_distiller/core/javascript/domdistiller.js
index 8f5c357dd4b914534cb56201a7bdbc30d2c66e70..8bf3d8c945254caf12fe14378e3e08ea88ab5c8a 100644
--- a/components/dom_distiller/core/javascript/domdistiller.js
+++ b/components/dom_distiller/core/javascript/domdistiller.js
@@ -21,7 +21,7 @@
// The OPTIONS placeholder will be replaced with the DomDistillerOptions at
// runtime.
- var distiller = context.com.dom_distiller.client.DomDistiller;
+ var distiller = context.org.chromium.distiller.DomDistiller;
var res = distiller.applyWithOptions($$OPTIONS);
return res;
} catch (e) {
« no previous file with comments | « no previous file | third_party/dom_distiller_js/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698