Author: [email protected]
Date: Thu Apr 16 05:58:14 2009
New Revision: 1724

Modified:
    branches/bleeding_edge/src/handles.cc

Log:
Fix lint.  Accidentally commited a reindentation of a parameter list
that introduced line that was too long.

Review URL: http://codereview.chromium.org/67214

Modified: branches/bleeding_edge/src/handles.cc
==============================================================================
--- branches/bleeding_edge/src/handles.cc       (original)
+++ branches/bleeding_edge/src/handles.cc       Thu Apr 16 05:58:14 2009
@@ -212,10 +212,11 @@
  }


-Handle<Object> IgnoreAttributesAndSetLocalProperty(Handle<JSObject> object,
-                                                   Handle<String> key,
-                                                   Handle<Object> value,
-                                                   PropertyAttributes  
attributes) {
+Handle<Object> IgnoreAttributesAndSetLocalProperty(
+    Handle<JSObject> object,
+    Handle<String> key,
+    Handle<Object> value,
+    PropertyAttributes attributes) {
    CALL_HEAP_FUNCTION(object->
        IgnoreAttributesAndSetLocalProperty(*key, *value, attributes),  
Object);
  }

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

Reply via email to