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

Unified Diff: extensions/renderer/resources/json_schema.js

Issue 1417513003: [Extensions] Don't allow built-in extensions code to be overridden (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test Created 5 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
Index: extensions/renderer/resources/json_schema.js
diff --git a/extensions/renderer/resources/json_schema.js b/extensions/renderer/resources/json_schema.js
index 147dd67d636bda8256039b77836e05fe9d44ac4e..135b0ee74d2144614639f14c18f8a13d374940c2 100644
--- a/extensions/renderer/resources/json_schema.js
+++ b/extensions/renderer/resources/json_schema.js
@@ -522,4 +522,4 @@ JSONSchemaValidator.prototype.resetErrors = function() {
this.errors = [];
};
-exports.JSONSchemaValidator = JSONSchemaValidator;
+exports.$set('JSONSchemaValidator', JSONSchemaValidator);

Powered by Google App Engine
This is Rietveld 408576698