Author: [EMAIL PROTECTED]
Date: Mon Oct  6 06:37:27 2008
New Revision: 445

Modified:
    branches/bleeding_edge/src/runtime.cc

Log:
Fix lint issue.

Modified: branches/bleeding_edge/src/runtime.cc
==============================================================================
--- branches/bleeding_edge/src/runtime.cc       (original)
+++ branches/bleeding_edge/src/runtime.cc       Mon Oct  6 06:37:27 2008
@@ -4700,9 +4700,9 @@
      Handle<Script> script =  
Handle<Script>(Script::cast(instances->get(i)));
      // Get the script wrapper in a local handle before calling  
GetScriptWrapper,
      // because using
-    //   instances->set(i, *GetScriptWr apper(script))
+    //   instances->set(i, *GetScriptWrapper(script))
      // is unsafe as GetScriptWrapper might call GC and the C++ compiler  
might
-    // already have deferenced the instances handle.
+    // already have deferenced the instances handle.
      Handle<JSValue> wrapper = GetScriptWrapper(script);
      instances->set(i, *wrapper);
    }

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

Reply via email to