Index: src/harmony-tostring.js |
diff --git a/src/harmony-tostring.js b/src/harmony-tostring.js |
index 2fc430841ab523d6bde5e09eef02039052b0b1df..b3783c444e1bd8406bd8ca661c9a11504acacc34 100644 |
--- a/src/harmony-tostring.js |
+++ b/src/harmony-tostring.js |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-(function() { |
+(function(global, shared, exports) { |
"use strict"; |
@@ -15,4 +15,4 @@ $installConstants(GlobalSymbol, [ |
"toStringTag", symbolToStringTag |
]); |
-})(); |
+}) |