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

Unified Diff: src/js/uri.js

Issue 1413173003: Move error message makers off js builtins object. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase 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
« no previous file with comments | « src/js/typedarray.js ('k') | src/js/v8natives.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/js/uri.js
diff --git a/src/js/uri.js b/src/js/uri.js
index bdb83d14310e2f1a8eef60eb30606376d6fb9871..712d7e60f37f1254edd9b06e89d51f18e765de41 100644
--- a/src/js/uri.js
+++ b/src/js/uri.js
@@ -17,6 +17,12 @@
var GlobalObject = global.Object;
var GlobalArray = global.Array;
var InternalArray = utils.InternalArray;
+var MakeURIError;
+
+utils.Import(function(from) {
+ MakeURIError = from.MakeURIError;
+});
+
// -------------------------------------------------------------------
// Define internal helper functions.
« no previous file with comments | « src/js/typedarray.js ('k') | src/js/v8natives.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698