Reviewers: Michael Starzinger,

Description:
Remove strict mode from message.js, seems to break Error conformance.


[email protected]
BUG=
TEST=


Please review this at https://chromiumcodereview.appspot.com/9426034/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/messages.js


Index: src/messages.js
diff --git a/src/messages.js b/src/messages.js
index 7050c25fde049b647421e024e45dd2891238f1fd..e641133dda585fe2071c176664ba7bc77202200c 100644
--- a/src/messages.js
+++ b/src/messages.js
@@ -25,8 +25,6 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-"use strict";
-
 // -------------------------------------------------------------------
 //
 // If this object gets passed to an error constructor the error will


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to