Index: src/runtime.js |
diff --git a/src/runtime.js b/src/runtime.js |
index 004f9bf61bcdd1a088f12696b7216c0ead17f1c6..5e7e956c22a7b96458a308e44d48d1fe0ce2b511 100644 |
--- a/src/runtime.js |
+++ b/src/runtime.js |
@@ -83,7 +83,7 @@ var $toPrimitive; |
var $toString; |
var $toUint32; |
-(function() { |
+(function(global, shared, exports) { |
%CheckIsBootstrapping(); |
@@ -997,4 +997,4 @@ $toPrimitive = ToPrimitive; |
$toString = ToString; |
$toUint32 = ToUint32; |
-})(); |
+}) |