Reviewers: Vyacheslav Egorov, Description: Rename include guard to match file name
Please review this at http://codereview.chromium.org/3532006/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/objects-visiting.h Index: src/objects-visiting.h =================================================================== --- src/objects-visiting.h (revision 5569) +++ src/objects-visiting.h (working copy) @@ -25,8 +25,8 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#ifndef V8_OBJECTS_ITERATION_H_ -#define V8_OBJECTS_ITERATION_H_ +#ifndef V8_OBJECTS_VISITING_H_ +#define V8_OBJECTS_VISITING_H_ // This file provides base classes and auxiliary methods for defining // static object visitors used during GC. @@ -389,4 +389,4 @@ } } // namespace v8::internal -#endif // V8_OBJECTS_ITERATION_H_ +#endif // V8_OBJECTS_VISITING_H_ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
