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

Unified Diff: src/uri.js

Issue 7799027: Lock the prototype of internal classes. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 4 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: src/uri.js
diff --git a/src/uri.js b/src/uri.js
index 72ca6f1565daa2d1b755e73622486afa4e1ddfc5..03e6c6333352b6d78c4f41cbcf4209a75a1ab327 100644
--- a/src/uri.js
+++ b/src/uri.js
@@ -393,6 +393,7 @@ function URIUnescape(str) {
// -------------------------------------------------------------------
function SetupURI() {
+ %AssertIsBootstrapping();
Erik Corry 2011/08/31 05:46:04 SetUpURI
// Setup non-enumerable URI functions on the global object and set
// their names.
InstallFunctions(global, DONT_ENUM, $Array(

Powered by Google App Engine
This is Rietveld 408576698