Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > b0009d7b86a68329ef986d00ce7f2e0e > files > 2

v8-3.3.10-4.fc16.src.rpm

diff -up v8-3.2.10/src/runtime.cc.always-false v8-3.2.10/src/runtime.cc
--- v8-3.2.10/src/runtime.cc.always-false	2011-06-10 11:05:03.000000000 -0400
+++ v8-3.2.10/src/runtime.cc	2011-06-10 11:20:09.713526215 -0400
@@ -4092,8 +4092,8 @@ RUNTIME_FUNCTION(MaybeObject*, Runtime_S
   StrictModeFlag strict_mode = kNonStrictMode;
   if (args.length() == 5) {
     CONVERT_SMI_CHECKED(strict_unchecked, args[4]);
-    RUNTIME_ASSERT(strict_unchecked == kStrictMode ||
-                   strict_unchecked == kNonStrictMode);
+    // RUNTIME_ASSERT(strict_unchecked == kStrictMode ||
+    //               strict_unchecked == kNonStrictMode);
     strict_mode = static_cast<StrictModeFlag>(strict_unchecked);
   }