Author: [email protected]
Date: Thu Dec 18 02:38:09 2008
New Revision: 997

Modified:
    branches/bleeding_edge/src/d8.js

Log:
Removed tabs from d8.js.

TBR=ager
Review URL: http://codereview.chromium.org/14835

Modified: branches/bleeding_edge/src/d8.js
==============================================================================
--- branches/bleeding_edge/src/d8.js    (original)
+++ branches/bleeding_edge/src/d8.js    Thu Dec 18 02:38:09 2008
@@ -179,9 +179,9 @@
      return;
    }

-  // Create an underline with a caret pointing to the source position. If  
the             
-  // source contains a tab character the underline will have a tab  
character in            
-  // the same place otherwise the underline will have a space character.       
        
+  // Create an underline with a caret pointing to the source position. If  
the
+  // source contains a tab character the underline will have a tab  
character in
+  // the same place otherwise the underline will have a space character.
    var underline = '';
    for (var i = 0; i < position; i++) {
      if (source_text[i] == '\t') {
@@ -197,7 +197,7 @@
  };


-function FrameSourceUnderline(frame) {         
+function FrameSourceUnderline(frame) {
    var location = frame.sourceLocation();
    if (location) {
      return SourceUnderline(location.sourceText(),

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

Reply via email to