Author: [email protected]
Date: Fri May  1 05:20:31 2009
New Revision: 1832

Modified:
    branches/bleeding_edge/src/bootstrapper.cc

Log:
Add change accidentally omitted from last changelist.
Review URL: http://codereview.chromium.org/100252

Modified: branches/bleeding_edge/src/bootstrapper.cc
==============================================================================
--- branches/bleeding_edge/src/bootstrapper.cc  (original)
+++ branches/bleeding_edge/src/bootstrapper.cc  Fri May  1 05:20:31 2009
@@ -870,9 +870,7 @@
    // If we can't find the function in the cache, we compile a new
    // function and insert it into the cache.
    if (!cache->Lookup(name, &boilerplate)) {
-#ifdef DEBUG
-    ASSERT(StringShape(*source).IsAsciiRepresentation());
-#endif
+    ASSERT(source->IsAsciiRepresentation());
      Handle<String> script_name = Factory::NewStringFromUtf8(name);
      boilerplate =
          Compiler::Compile(source, script_name, 0, 0, extension, NULL);

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

Reply via email to