Changeset 34598 in webkit for trunk/JavaScriptCore/API/Node.h


Ignore:
Timestamp:
Jun 16, 2008, 6:39:59 AM (17 years ago)
Author:
[email protected]
Message:

(JavaScriptCore) minidom uses C++ style comments

https://bugs.webkit.org/show_bug.cgi?id=19557

Use only C style comments in minidom sources

Reviewed by Sam.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/Node.h

    r29663 r34598  
    1 // -*- mode: c++; c-basic-offset: 4 -*-
     1/* -*- mode: c++; c-basic-offset: 4 -*- */
    22/*
    33 * Copyright (C) 2006 Apple Computer, Inc.  All rights reserved.
     
    4949extern void Node_replaceChild(Node* node, Node* newChild, Node* oldChild);
    5050
    51 #endif // Node_h
     51#endif /* Node_h */
Note: See TracChangeset for help on using the changeset viewer.