From: christian.plesner.hansen@gmail.com Date: Thu, 17 Sep 2009 10:35:52 +0000 (+0000) Subject: Lint fix X-Git-Tag: upstream/4.7.83~23256 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b58abab2df7bbabade68ed0c233e3cfc6e5bfec5;p=platform%2Fupstream%2Fv8.git Lint fix git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2912 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/objects.h b/src/objects.h index 9426e6a..5debc8f 100644 --- a/src/objects.h +++ b/src/objects.h @@ -1427,7 +1427,7 @@ class JSObject: public HeapObject { // Tells whether this object needs to be loaded. inline bool IsLoaded(); - + // Returns true if this is an instance of an api function and has // been modified since it was created. May give false positives. bool IsDirty();