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

Unified Diff: src/harmony-tostring.js

Issue 722723002: Move public symbols to the root set. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
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
« no previous file with comments | « src/factory.h ('k') | src/heap-snapshot-generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/harmony-tostring.js
diff --git a/src/harmony-tostring.js b/src/harmony-tostring.js
index 41a84dff6e0079a6ef953f522bf4820c7818742b..543d730994b8fb75d5911c7183ec7aa371616201 100644
--- a/src/harmony-tostring.js
+++ b/src/harmony-tostring.js
@@ -9,8 +9,6 @@
// var $Object = global.Object;
// var $Symbol = global.Symbol;
-var symbolToStringTag = InternalSymbol("Symbol.toStringTag");
-
var kBuiltinStringTags = {
"__proto__": null,
"Arguments": true,
« no previous file with comments | « src/factory.h ('k') | src/heap-snapshot-generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698