Unreviewed, rolling out r95304.
authorrniwa@webkit.org <rniwa@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sat, 17 Sep 2011 01:32:10 +0000 (01:32 +0000)
committerrniwa@webkit.org <rniwa@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sat, 17 Sep 2011 01:32:10 +0000 (01:32 +0000)
http://trac.webkit.org/changeset/95304
https://bugs.webkit.org/show_bug.cgi?id=68299

Broke GTK+ builds. It pulls derived headers into main.c
(Requested by rniwa on #webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-09-16

* bindings/scripts/CodeGeneratorGObject.pm:
():
* bindings/scripts/test/GObject/WebKitDOMTestCallback.cpp:
* bindings/scripts/test/GObject/WebKitDOMTestCallback.h:
* bindings/scripts/test/GObject/WebKitDOMTestCallbackPrivate.h:
* bindings/scripts/test/GObject/WebKitDOMTestInterface.cpp:
* bindings/scripts/test/GObject/WebKitDOMTestInterface.h:
* bindings/scripts/test/GObject/WebKitDOMTestInterfacePrivate.h:
* bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListener.cpp:
* bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListener.h:
* bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListenerPrivate.h:
* bindings/scripts/test/GObject/WebKitDOMTestObj.cpp:
(webkit_dom_test_obj_conditional_method1):
(webkit_dom_test_obj_conditional_method2):
(webkit_dom_test_obj_conditional_method3):
(webkit_dom_test_obj_get_conditional_attr1):
(webkit_dom_test_obj_set_conditional_attr1):
(webkit_dom_test_obj_get_conditional_attr2):
(webkit_dom_test_obj_set_conditional_attr2):
(webkit_dom_test_obj_get_conditional_attr3):
(webkit_dom_test_obj_set_conditional_attr3):
(webkit_dom_test_obj_set_property):
(webkit_dom_test_obj_get_property):
(webkit_dom_test_obj_class_init):
* bindings/scripts/test/GObject/WebKitDOMTestObj.h:
* bindings/scripts/test/GObject/WebKitDOMTestObjPrivate.h:
* bindings/scripts/test/GObject/WebKitDOMTestSerializedScriptValueInterface.cpp:
* bindings/scripts/test/GObject/WebKitDOMTestSerializedScriptValueInterface.h:
* bindings/scripts/test/GObject/WebKitDOMTestSerializedScriptValueInterfacePrivate.h:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95349 268f45cc-cd09-0410-ab3c-d52691b4dbfc

17 files changed:
Source/WebCore/ChangeLog
Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm
Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestCallback.cpp
Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestCallback.h
Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestCallbackPrivate.h
Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestInterface.cpp
Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestInterface.h
Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestInterfacePrivate.h
Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListener.cpp
Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListener.h
Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListenerPrivate.h
Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.cpp
Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.h
Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestObjPrivate.h
Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestSerializedScriptValueInterface.cpp
Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestSerializedScriptValueInterface.h
Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestSerializedScriptValueInterfacePrivate.h

index 52b5f00..884442c 100644 (file)
@@ -1,3 +1,42 @@
+2011-09-16  Sheriff Bot  <webkit.review.bot@gmail.com>
+
+        Unreviewed, rolling out r95304.
+        http://trac.webkit.org/changeset/95304
+        https://bugs.webkit.org/show_bug.cgi?id=68299
+
+        Broke GTK+ builds. It pulls derived headers into main.c
+        (Requested by rniwa on #webkit).
+
+        * bindings/scripts/CodeGeneratorGObject.pm:
+        ():
+        * bindings/scripts/test/GObject/WebKitDOMTestCallback.cpp:
+        * bindings/scripts/test/GObject/WebKitDOMTestCallback.h:
+        * bindings/scripts/test/GObject/WebKitDOMTestCallbackPrivate.h:
+        * bindings/scripts/test/GObject/WebKitDOMTestInterface.cpp:
+        * bindings/scripts/test/GObject/WebKitDOMTestInterface.h:
+        * bindings/scripts/test/GObject/WebKitDOMTestInterfacePrivate.h:
+        * bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListener.cpp:
+        * bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListener.h:
+        * bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListenerPrivate.h:
+        * bindings/scripts/test/GObject/WebKitDOMTestObj.cpp:
+        (webkit_dom_test_obj_conditional_method1):
+        (webkit_dom_test_obj_conditional_method2):
+        (webkit_dom_test_obj_conditional_method3):
+        (webkit_dom_test_obj_get_conditional_attr1):
+        (webkit_dom_test_obj_set_conditional_attr1):
+        (webkit_dom_test_obj_get_conditional_attr2):
+        (webkit_dom_test_obj_set_conditional_attr2):
+        (webkit_dom_test_obj_get_conditional_attr3):
+        (webkit_dom_test_obj_set_conditional_attr3):
+        (webkit_dom_test_obj_set_property):
+        (webkit_dom_test_obj_get_property):
+        (webkit_dom_test_obj_class_init):
+        * bindings/scripts/test/GObject/WebKitDOMTestObj.h:
+        * bindings/scripts/test/GObject/WebKitDOMTestObjPrivate.h:
+        * bindings/scripts/test/GObject/WebKitDOMTestSerializedScriptValueInterface.cpp:
+        * bindings/scripts/test/GObject/WebKitDOMTestSerializedScriptValueInterface.h:
+        * bindings/scripts/test/GObject/WebKitDOMTestSerializedScriptValueInterfacePrivate.h:
+
 2011-09-16  Shawn Singh  <shawnsingh@chromium.org>
 
         Re-named isRootLayer to isNonCompositedContent because
index fb0531f..0af0bcf 100644 (file)
@@ -53,23 +53,25 @@ sub finish {
 }
 
 my $licenceTemplate = << "EOF";
-// This file is part of the WebKit open source project.
-// This file has been generated by generate-bindings.pl. DO NOT MODIFY!
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Library General Public
-// License as published by the Free Software Foundation; either
-// version 2 of the License, or (at your option) any later version.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// Library General Public License for more details.
-//
-// You should have received a copy of the GNU Library General Public License
-// along with this library; see the file COPYING.LIB.  If not, write to
-// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-// Boston, MA 02110-1301, USA.
+/*
+    This file is part of the WebKit open source project.
+    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+
+    You should have received a copy of the GNU Library General Public License
+    along with this library; see the file COPYING.LIB.  If not, write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA 02110-1301, USA.
+*/
 EOF
 
 sub GenerateModule {
@@ -346,7 +348,7 @@ sub GenerateProperty {
     my ${propEnum} = "PROP_${propNameCaps}";
     push(@cBodyPriv, "#if ${conditionalString}\n") if $conditionalString;
     push(@cBodyPriv, "    ${propEnum},\n");
-    push(@cBodyPriv, "#endif // ${conditionalString}\n") if $conditionalString;
+    push(@cBodyPriv, "#endif /* ${conditionalString} */\n") if $conditionalString;
 
     my $propType = $attribute->signature->type;
     my ${propGType} = decamelize($propType);
@@ -389,7 +391,7 @@ sub GenerateProperty {
         push(@txtSetProps, ", ec") if @{$attribute->setterExceptions};
         push(@txtSetProps, ");\n");
         push(@txtSetProps, "        break;\n    }\n");
-        push(@txtSetProps, "#endif // ${conditionalString}\n") if $conditionalString;
+        push(@txtSetProps, "#endif /* ${conditionalString} */\n") if $conditionalString;
     }
 
     push(@txtGetProps, "#if ${conditionalString}\n") if $conditionalString;
@@ -426,7 +428,7 @@ EOF
     }
 
     push(@txtGetProps, "        break;\n    }\n");
-    push(@txtGetProps, "#endif // ${conditionalString}\n") if $conditionalString;
+    push(@txtGetProps, "#endif /* ${conditionalString} */\n") if $conditionalString;
 
     my %param_spec_options = ("int", "G_MININT, /* min */\nG_MAXINT, /* max */\n0, /* default */",
                               "boolean", "FALSE, /* default */",
@@ -454,7 +456,7 @@ EOF
 EOF
     push(@txtInstallProps, "#if ${conditionalString}\n") if $conditionalString;
     push(@txtInstallProps, $txtInstallProp);
-    push(@txtInstallProps, "#endif // ${conditionalString}\n") if $conditionalString;
+    push(@txtInstallProps, "#endif /* ${conditionalString} */\n") if $conditionalString;
 }
 
 sub GenerateProperties {
@@ -966,7 +968,7 @@ EOF
             }
         }
         if ($functionSigType eq "DOMObject") {
-            push(@cBody, "    return NULL; // TODO: return canvas object\n");
+            push(@cBody, "    return NULL; /* TODO: return canvas object */\n");
         } else {
             push(@cBody, "    return res;\n");
         }
@@ -981,7 +983,7 @@ EOF
                 push(@cBody, "    return NULL;\n");
             }
         }
-        push(@cBody, "#endif // ${conditionalString}\n") if $conditionalString;
+        push(@cBody, "#endif /* ${conditionalString} */\n") if $conditionalString;
     }
 
     push(@cBody, "}\n\n");
@@ -1126,7 +1128,7 @@ sub GenerateEndHeader {
     my $guard = $className . "_h";
 
     push(@hBody, "G_END_DECLS\n\n");
-    push(@hPrefixGuardEnd, "#endif // $guard\n");
+    push(@hPrefixGuardEnd, "#endif /* $guard */\n");
 }
 
 sub GeneratePrivateHeader {
@@ -1184,7 +1186,7 @@ EOF
     $text = << "EOF";
 } // namespace WebKit
 
-#endif // ${guard}
+#endif /* ${guard} */
 EOF
     print PRIVHEADER $text;
 
@@ -1264,7 +1266,7 @@ sub Generate {
     # Add the guard if the 'Conditional' extended attribute exists
     my $conditionalString = GenerateConditionalString($dataNode);
     push(@conditionGuardStart, "#if ${conditionalString}\n\n") if $conditionalString;
-    push(@conditionGuardEnd, "#endif // ${conditionalString}\n") if $conditionalString;
+    push(@conditionGuardEnd, "#endif /* ${conditionalString} */\n") if $conditionalString;
 
     # Add the default impl header template
     @cPrefix = split("\r", $licenceTemplate);
@@ -1298,7 +1300,7 @@ ${className}* kit(WebCore::$interfaceName* obj)
     return static_cast<${className}*>(DOMObjectCache::put(obj, WebKit::wrap${interfaceName}(obj)));
 }
     
-} // namespace WebKit
+} // namespace WebKit //
 
 EOF
     push(@cBody, $converter);
index 118107e..72412f6 100644 (file)
@@ -1,20 +1,22 @@
-// This file is part of the WebKit open source project.
-// This file has been generated by generate-bindings.pl. DO NOT MODIFY!
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Library General Public
-// License as published by the Free Software Foundation; either
-// version 2 of the License, or (at your option) any later version.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// Library General Public License for more details.
-//
-// You should have received a copy of the GNU Library General Public License
-// along with this library; see the file COPYING.LIB.  If not, write to
-// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-// Boston, MA 02110-1301, USA.
+/*
+    This file is part of the WebKit open source project.
+    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+
+    You should have received a copy of the GNU Library General Public License
+    along with this library; see the file COPYING.LIB.  If not, write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA 02110-1301, USA.
+*/
 
 #include <glib-object.h>
 #include "config.h"
@@ -55,7 +57,7 @@ WebKitDOMTestCallback* kit(WebCore::TestCallback* obj)
     return static_cast<WebKitDOMTestCallback*>(DOMObjectCache::put(obj, WebKit::wrapTestCallback(obj)));
 }
     
-} // namespace WebKit
+} // namespace WebKit //
 
 gboolean
 webkit_dom_test_callback_callback_with_no_param(WebKitDOMTestCallback* self)
@@ -230,4 +232,4 @@ WebKitDOMTestCallback* wrapTestCallback(WebCore::TestCallback* coreObject)
                                                "core-object", coreObject, NULL));
 }
 } // namespace WebKit
-#endif // ENABLE(SQL_DATABASE)
+#endif /* ENABLE(SQL_DATABASE) */
index 5668edc..3c01fa2 100644 (file)
@@ -1,20 +1,22 @@
-// This file is part of the WebKit open source project.
-// This file has been generated by generate-bindings.pl. DO NOT MODIFY!
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Library General Public
-// License as published by the Free Software Foundation; either
-// version 2 of the License, or (at your option) any later version.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// Library General Public License for more details.
-//
-// You should have received a copy of the GNU Library General Public License
-// along with this library; see the file COPYING.LIB.  If not, write to
-// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-// Boston, MA 02110-1301, USA.
+/*
+    This file is part of the WebKit open source project.
+    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+
+    You should have received a copy of the GNU Library General Public License
+    along with this library; see the file COPYING.LIB.  If not, write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA 02110-1301, USA.
+*/
 
 #ifndef WebKitDOMTestCallback_h
 #define WebKitDOMTestCallback_h
@@ -101,4 +103,4 @@ webkit_dom_test_callback_callback_with_string_list(WebKitDOMTestCallback* self,
 
 G_END_DECLS
 
-#endif // WebKitDOMTestCallback_h
+#endif /* WebKitDOMTestCallback_h */
index 996ad2a..3ad6ff4 100644 (file)
@@ -1,20 +1,22 @@
-// This file is part of the WebKit open source project.
-// This file has been generated by generate-bindings.pl. DO NOT MODIFY!
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Library General Public
-// License as published by the Free Software Foundation; either
-// version 2 of the License, or (at your option) any later version.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// Library General Public License for more details.
-//
-// You should have received a copy of the GNU Library General Public License
-// along with this library; see the file COPYING.LIB.  If not, write to
-// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-// Boston, MA 02110-1301, USA.
+/*
+    This file is part of the WebKit open source project.
+    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+
+    You should have received a copy of the GNU Library General Public License
+    along with this library; see the file COPYING.LIB.  If not, write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA 02110-1301, USA.
+*/
 
 #ifndef WEB_KIT_DOM_TEST_CALLBACK_PRIVATE_H
 #define WEB_KIT_DOM_TEST_CALLBACK_PRIVATE_H
@@ -34,4 +36,4 @@ namespace WebKit {
 
 } // namespace WebKit
 
-#endif // WEB_KIT_DOM_TEST_CALLBACK_PRIVATE_H
+#endif /* WEB_KIT_DOM_TEST_CALLBACK_PRIVATE_H */
index f8a6f06..7086c80 100644 (file)
@@ -1,20 +1,22 @@
-// This file is part of the WebKit open source project.
-// This file has been generated by generate-bindings.pl. DO NOT MODIFY!
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Library General Public
-// License as published by the Free Software Foundation; either
-// version 2 of the License, or (at your option) any later version.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// Library General Public License for more details.
-//
-// You should have received a copy of the GNU Library General Public License
-// along with this library; see the file COPYING.LIB.  If not, write to
-// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-// Boston, MA 02110-1301, USA.
+/*
+    This file is part of the WebKit open source project.
+    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+
+    You should have received a copy of the GNU Library General Public License
+    along with this library; see the file COPYING.LIB.  If not, write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA 02110-1301, USA.
+*/
 
 #include <glib-object.h>
 #include "config.h"
@@ -47,7 +49,7 @@ WebKitDOMTestInterface* kit(WebCore::TestInterface* obj)
     return static_cast<WebKitDOMTestInterface*>(DOMObjectCache::put(obj, WebKit::wrapTestInterface(obj)));
 }
     
-} // namespace WebKit
+} // namespace WebKit //
 
 
 G_DEFINE_TYPE(WebKitDOMTestInterface, webkit_dom_test_interface, WEBKIT_TYPE_DOM_OBJECT)
@@ -146,4 +148,4 @@ WebKitDOMTestInterface* wrapTestInterface(WebCore::TestInterface* coreObject)
                                                "core-object", coreObject, NULL));
 }
 } // namespace WebKit
-#endif // ENABLE(Condition1) || ENABLE(Condition2)
+#endif /* ENABLE(Condition1) || ENABLE(Condition2) */
index dbf5180..f9af866 100644 (file)
@@ -1,20 +1,22 @@
-// This file is part of the WebKit open source project.
-// This file has been generated by generate-bindings.pl. DO NOT MODIFY!
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Library General Public
-// License as published by the Free Software Foundation; either
-// version 2 of the License, or (at your option) any later version.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// Library General Public License for more details.
-//
-// You should have received a copy of the GNU Library General Public License
-// along with this library; see the file COPYING.LIB.  If not, write to
-// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-// Boston, MA 02110-1301, USA.
+/*
+    This file is part of the WebKit open source project.
+    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+
+    You should have received a copy of the GNU Library General Public License
+    along with this library; see the file COPYING.LIB.  If not, write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA 02110-1301, USA.
+*/
 
 #ifndef WebKitDOMTestInterface_h
 #define WebKitDOMTestInterface_h
@@ -46,4 +48,4 @@ webkit_dom_test_interface_get_type (void);
 
 G_END_DECLS
 
-#endif // WebKitDOMTestInterface_h
+#endif /* WebKitDOMTestInterface_h */
index 3f2feb1..0a4e3a2 100644 (file)
@@ -1,20 +1,22 @@
-// This file is part of the WebKit open source project.
-// This file has been generated by generate-bindings.pl. DO NOT MODIFY!
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Library General Public
-// License as published by the Free Software Foundation; either
-// version 2 of the License, or (at your option) any later version.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// Library General Public License for more details.
-//
-// You should have received a copy of the GNU Library General Public License
-// along with this library; see the file COPYING.LIB.  If not, write to
-// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-// Boston, MA 02110-1301, USA.
+/*
+    This file is part of the WebKit open source project.
+    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+
+    You should have received a copy of the GNU Library General Public License
+    along with this library; see the file COPYING.LIB.  If not, write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA 02110-1301, USA.
+*/
 
 #ifndef WEB_KIT_DOM_TEST_INTERFACE_PRIVATE_H
 #define WEB_KIT_DOM_TEST_INTERFACE_PRIVATE_H
@@ -34,4 +36,4 @@ namespace WebKit {
 
 } // namespace WebKit
 
-#endif // WEB_KIT_DOM_TEST_INTERFACE_PRIVATE_H
+#endif /* WEB_KIT_DOM_TEST_INTERFACE_PRIVATE_H */
index 35e7387..5946ec0 100644 (file)
@@ -1,20 +1,22 @@
-// This file is part of the WebKit open source project.
-// This file has been generated by generate-bindings.pl. DO NOT MODIFY!
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Library General Public
-// License as published by the Free Software Foundation; either
-// version 2 of the License, or (at your option) any later version.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// Library General Public License for more details.
-//
-// You should have received a copy of the GNU Library General Public License
-// along with this library; see the file COPYING.LIB.  If not, write to
-// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-// Boston, MA 02110-1301, USA.
+/*
+    This file is part of the WebKit open source project.
+    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+
+    You should have received a copy of the GNU Library General Public License
+    along with this library; see the file COPYING.LIB.  If not, write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA 02110-1301, USA.
+*/
 
 #include <glib-object.h>
 #include "config.h"
@@ -45,7 +47,7 @@ WebKitDOMTestMediaQueryListListener* kit(WebCore::TestMediaQueryListListener* ob
     return static_cast<WebKitDOMTestMediaQueryListListener*>(DOMObjectCache::put(obj, WebKit::wrapTestMediaQueryListListener(obj)));
 }
     
-} // namespace WebKit
+} // namespace WebKit //
 
 
 G_DEFINE_TYPE(WebKitDOMTestMediaQueryListListener, webkit_dom_test_media_query_list_listener, WEBKIT_TYPE_DOM_OBJECT)
index 92b58f6..612439b 100644 (file)
@@ -1,20 +1,22 @@
-// This file is part of the WebKit open source project.
-// This file has been generated by generate-bindings.pl. DO NOT MODIFY!
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Library General Public
-// License as published by the Free Software Foundation; either
-// version 2 of the License, or (at your option) any later version.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// Library General Public License for more details.
-//
-// You should have received a copy of the GNU Library General Public License
-// along with this library; see the file COPYING.LIB.  If not, write to
-// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-// Boston, MA 02110-1301, USA.
+/*
+    This file is part of the WebKit open source project.
+    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+
+    You should have received a copy of the GNU Library General Public License
+    along with this library; see the file COPYING.LIB.  If not, write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA 02110-1301, USA.
+*/
 
 #ifndef WebKitDOMTestMediaQueryListListener_h
 #define WebKitDOMTestMediaQueryListListener_h
@@ -46,4 +48,4 @@ webkit_dom_test_media_query_list_listener_get_type (void);
 
 G_END_DECLS
 
-#endif // WebKitDOMTestMediaQueryListListener_h
+#endif /* WebKitDOMTestMediaQueryListListener_h */
index 4f2cb49..5fc652f 100644 (file)
@@ -1,20 +1,22 @@
-// This file is part of the WebKit open source project.
-// This file has been generated by generate-bindings.pl. DO NOT MODIFY!
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Library General Public
-// License as published by the Free Software Foundation; either
-// version 2 of the License, or (at your option) any later version.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// Library General Public License for more details.
-//
-// You should have received a copy of the GNU Library General Public License
-// along with this library; see the file COPYING.LIB.  If not, write to
-// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-// Boston, MA 02110-1301, USA.
+/*
+    This file is part of the WebKit open source project.
+    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+
+    You should have received a copy of the GNU Library General Public License
+    along with this library; see the file COPYING.LIB.  If not, write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA 02110-1301, USA.
+*/
 
 #ifndef WEB_KIT_DOM_TEST_MEDIA_QUERY_LIST_LISTENER_PRIVATE_H
 #define WEB_KIT_DOM_TEST_MEDIA_QUERY_LIST_LISTENER_PRIVATE_H
@@ -34,4 +36,4 @@ namespace WebKit {
 
 } // namespace WebKit
 
-#endif // WEB_KIT_DOM_TEST_MEDIA_QUERY_LIST_LISTENER_PRIVATE_H
+#endif /* WEB_KIT_DOM_TEST_MEDIA_QUERY_LIST_LISTENER_PRIVATE_H */
index fca9038..3dfc4bc 100644 (file)
@@ -1,20 +1,22 @@
-// This file is part of the WebKit open source project.
-// This file has been generated by generate-bindings.pl. DO NOT MODIFY!
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Library General Public
-// License as published by the Free Software Foundation; either
-// version 2 of the License, or (at your option) any later version.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// Library General Public License for more details.
-//
-// You should have received a copy of the GNU Library General Public License
-// along with this library; see the file COPYING.LIB.  If not, write to
-// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-// Boston, MA 02110-1301, USA.
+/*
+    This file is part of the WebKit open source project.
+    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+
+    You should have received a copy of the GNU Library General Public License
+    along with this library; see the file COPYING.LIB.  If not, write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA 02110-1301, USA.
+*/
 
 #include <glib-object.h>
 #include "config.h"
@@ -52,7 +54,7 @@ WebKitDOMTestObj* kit(WebCore::TestObj* obj)
     return static_cast<WebKitDOMTestObj*>(DOMObjectCache::put(obj, WebKit::wrapTestObj(obj)));
 }
     
-} // namespace WebKit
+} // namespace WebKit //
 
 void
 webkit_dom_test_obj_void_method(WebKitDOMTestObj* self)
@@ -392,7 +394,7 @@ webkit_dom_test_obj_conditional_method1(WebKitDOMTestObj* self)
     return res;
 #else
     return NULL;
-#endif // ENABLE(Condition1)
+#endif /* ENABLE(Condition1) */
 }
 
 void
@@ -403,7 +405,7 @@ webkit_dom_test_obj_conditional_method2(WebKitDOMTestObj* self)
     WebCore::JSMainThreadNullState state;
     WebCore::TestObj * item = WebKit::core(self);
     item->conditionalMethod2();
-#endif // ENABLE(Condition1) && ENABLE(Condition2)
+#endif /* ENABLE(Condition1) && ENABLE(Condition2) */
 }
 
 void
@@ -414,7 +416,7 @@ webkit_dom_test_obj_conditional_method3(WebKitDOMTestObj* self)
     WebCore::JSMainThreadNullState state;
     WebCore::TestObj * item = WebKit::core(self);
     item->conditionalMethod3();
-#endif // ENABLE(Condition1) || ENABLE(Condition2)
+#endif /* ENABLE(Condition1) || ENABLE(Condition2) */
 }
 
 void
@@ -1007,7 +1009,7 @@ webkit_dom_test_obj_get_conditional_attr1(WebKitDOMTestObj* self)
     return res;
 #else
     return static_cast<glong>(0);
-#endif // ENABLE(Condition1)
+#endif /* ENABLE(Condition1) */
 }
 
 void
@@ -1018,7 +1020,7 @@ webkit_dom_test_obj_set_conditional_attr1(WebKitDOMTestObj* self, glong value)
     WebCore::JSMainThreadNullState state;
     WebCore::TestObj * item = WebKit::core(self);
     item->setConditionalAttr1(value);
-#endif // ENABLE(Condition1)
+#endif /* ENABLE(Condition1) */
 }
 
 glong
@@ -1032,7 +1034,7 @@ webkit_dom_test_obj_get_conditional_attr2(WebKitDOMTestObj* self)
     return res;
 #else
     return static_cast<glong>(0);
-#endif // ENABLE(Condition1) && ENABLE(Condition2)
+#endif /* ENABLE(Condition1) && ENABLE(Condition2) */
 }
 
 void
@@ -1043,7 +1045,7 @@ webkit_dom_test_obj_set_conditional_attr2(WebKitDOMTestObj* self, glong value)
     WebCore::JSMainThreadNullState state;
     WebCore::TestObj * item = WebKit::core(self);
     item->setConditionalAttr2(value);
-#endif // ENABLE(Condition1) && ENABLE(Condition2)
+#endif /* ENABLE(Condition1) && ENABLE(Condition2) */
 }
 
 glong
@@ -1057,7 +1059,7 @@ webkit_dom_test_obj_get_conditional_attr3(WebKitDOMTestObj* self)
     return res;
 #else
     return static_cast<glong>(0);
-#endif // ENABLE(Condition1) || ENABLE(Condition2)
+#endif /* ENABLE(Condition1) || ENABLE(Condition2) */
 }
 
 void
@@ -1068,7 +1070,7 @@ webkit_dom_test_obj_set_conditional_attr3(WebKitDOMTestObj* self, glong value)
     WebCore::JSMainThreadNullState state;
     WebCore::TestObj * item = WebKit::core(self);
     item->setConditionalAttr3(value);
-#endif // ENABLE(Condition1) || ENABLE(Condition2)
+#endif /* ENABLE(Condition1) || ENABLE(Condition2) */
 }
 
 glong
@@ -1159,13 +1161,13 @@ enum {
     PROP_SCRIPT_STRING_ATTR,
 #if ENABLE(Condition1)
     PROP_CONDITIONAL_ATTR1,
-#endif // ENABLE(Condition1)
+#endif /* ENABLE(Condition1) */
 #if ENABLE(Condition1) && ENABLE(Condition2)
     PROP_CONDITIONAL_ATTR2,
-#endif // ENABLE(Condition1) && ENABLE(Condition2)
+#endif /* ENABLE(Condition1) && ENABLE(Condition2) */
 #if ENABLE(Condition1) || ENABLE(Condition2)
     PROP_CONDITIONAL_ATTR3,
-#endif // ENABLE(Condition1) || ENABLE(Condition2)
+#endif /* ENABLE(Condition1) || ENABLE(Condition2) */
     PROP_DESCRIPTION,
     PROP_ID,
     PROP_HASH,
@@ -1304,21 +1306,21 @@ static void webkit_dom_test_obj_set_property(GObject* object, guint prop_id, con
         coreSelf->setConditionalAttr1((g_value_get_long(value)));
         break;
     }
-#endif // ENABLE(Condition1)
+#endif /* ENABLE(Condition1) */
 #if ENABLE(Condition1) && ENABLE(Condition2)
     case PROP_CONDITIONAL_ATTR2:
     {
         coreSelf->setConditionalAttr2((g_value_get_long(value)));
         break;
     }
-#endif // ENABLE(Condition1) && ENABLE(Condition2)
+#endif /* ENABLE(Condition1) && ENABLE(Condition2) */
 #if ENABLE(Condition1) || ENABLE(Condition2)
     case PROP_CONDITIONAL_ATTR3:
     {
         coreSelf->setConditionalAttr3((g_value_get_long(value)));
         break;
     }
-#endif // ENABLE(Condition1) || ENABLE(Condition2)
+#endif /* ENABLE(Condition1) || ENABLE(Condition2) */
     case PROP_ID:
     {
         coreSelf->setId((g_value_get_long(value)));
@@ -1488,21 +1490,21 @@ static void webkit_dom_test_obj_get_property(GObject* object, guint prop_id, GVa
         g_value_set_long(value, coreSelf->conditionalAttr1());
         break;
     }
-#endif // ENABLE(Condition1)
+#endif /* ENABLE(Condition1) */
 #if ENABLE(Condition1) && ENABLE(Condition2)
     case PROP_CONDITIONAL_ATTR2:
     {
         g_value_set_long(value, coreSelf->conditionalAttr2());
         break;
     }
-#endif // ENABLE(Condition1) && ENABLE(Condition2)
+#endif /* ENABLE(Condition1) && ENABLE(Condition2) */
 #if ENABLE(Condition1) || ENABLE(Condition2)
     case PROP_CONDITIONAL_ATTR3:
     {
         g_value_set_long(value, coreSelf->conditionalAttr3());
         break;
     }
-#endif // ENABLE(Condition1) || ENABLE(Condition2)
+#endif /* ENABLE(Condition1) || ENABLE(Condition2) */
     case PROP_DESCRIPTION:
     {
         g_value_set_long(value, coreSelf->description());
@@ -1768,7 +1770,7 @@ G_MAXLONG, /* max */
 G_MAXLONG, /* max */
 0, /* default */
                                                            WEBKIT_PARAM_READWRITE));
-#endif // ENABLE(Condition1)
+#endif /* ENABLE(Condition1) */
 #if ENABLE(Condition1) && ENABLE(Condition2)
     g_object_class_install_property(gobjectClass,
                                     PROP_CONDITIONAL_ATTR2,
@@ -1779,7 +1781,7 @@ G_MAXLONG, /* max */
 G_MAXLONG, /* max */
 0, /* default */
                                                            WEBKIT_PARAM_READWRITE));
-#endif // ENABLE(Condition1) && ENABLE(Condition2)
+#endif /* ENABLE(Condition1) && ENABLE(Condition2) */
 #if ENABLE(Condition1) || ENABLE(Condition2)
     g_object_class_install_property(gobjectClass,
                                     PROP_CONDITIONAL_ATTR3,
@@ -1790,7 +1792,7 @@ G_MAXLONG, /* max */
 G_MAXLONG, /* max */
 0, /* default */
                                                            WEBKIT_PARAM_READWRITE));
-#endif // ENABLE(Condition1) || ENABLE(Condition2)
+#endif /* ENABLE(Condition1) || ENABLE(Condition2) */
     g_object_class_install_property(gobjectClass,
                                     PROP_DESCRIPTION,
                                     g_param_spec_long("description", /* name */
index 9594982..f8f2d03 100644 (file)
@@ -1,20 +1,22 @@
-// This file is part of the WebKit open source project.
-// This file has been generated by generate-bindings.pl. DO NOT MODIFY!
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Library General Public
-// License as published by the Free Software Foundation; either
-// version 2 of the License, or (at your option) any later version.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// Library General Public License for more details.
-//
-// You should have received a copy of the GNU Library General Public License
-// along with this library; see the file COPYING.LIB.  If not, write to
-// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-// Boston, MA 02110-1301, USA.
+/*
+    This file is part of the WebKit open source project.
+    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+
+    You should have received a copy of the GNU Library General Public License
+    along with this library; see the file COPYING.LIB.  If not, write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA 02110-1301, USA.
+*/
 
 #ifndef WebKitDOMTestObj_h
 #define WebKitDOMTestObj_h
@@ -1034,4 +1036,4 @@ webkit_dom_test_obj_get_hash(WebKitDOMTestObj* self);
 
 G_END_DECLS
 
-#endif // WebKitDOMTestObj_h
+#endif /* WebKitDOMTestObj_h */
index 4352ab5..96722f7 100644 (file)
@@ -1,20 +1,22 @@
-// This file is part of the WebKit open source project.
-// This file has been generated by generate-bindings.pl. DO NOT MODIFY!
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Library General Public
-// License as published by the Free Software Foundation; either
-// version 2 of the License, or (at your option) any later version.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// Library General Public License for more details.
-//
-// You should have received a copy of the GNU Library General Public License
-// along with this library; see the file COPYING.LIB.  If not, write to
-// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-// Boston, MA 02110-1301, USA.
+/*
+    This file is part of the WebKit open source project.
+    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+
+    You should have received a copy of the GNU Library General Public License
+    along with this library; see the file COPYING.LIB.  If not, write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA 02110-1301, USA.
+*/
 
 #ifndef WEB_KIT_DOM_TEST_OBJ_PRIVATE_H
 #define WEB_KIT_DOM_TEST_OBJ_PRIVATE_H
@@ -34,4 +36,4 @@ namespace WebKit {
 
 } // namespace WebKit
 
-#endif // WEB_KIT_DOM_TEST_OBJ_PRIVATE_H
+#endif /* WEB_KIT_DOM_TEST_OBJ_PRIVATE_H */
index e0519fa..7592b02 100644 (file)
@@ -1,20 +1,22 @@
-// This file is part of the WebKit open source project.
-// This file has been generated by generate-bindings.pl. DO NOT MODIFY!
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Library General Public
-// License as published by the Free Software Foundation; either
-// version 2 of the License, or (at your option) any later version.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// Library General Public License for more details.
-//
-// You should have received a copy of the GNU Library General Public License
-// along with this library; see the file COPYING.LIB.  If not, write to
-// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-// Boston, MA 02110-1301, USA.
+/*
+    This file is part of the WebKit open source project.
+    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+
+    You should have received a copy of the GNU Library General Public License
+    along with this library; see the file COPYING.LIB.  If not, write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA 02110-1301, USA.
+*/
 
 #include <glib-object.h>
 #include "config.h"
@@ -50,7 +52,7 @@ WebKitDOMTestSerializedScriptValueInterface* kit(WebCore::TestSerializedScriptVa
     return static_cast<WebKitDOMTestSerializedScriptValueInterface*>(DOMObjectCache::put(obj, WebKit::wrapTestSerializedScriptValueInterface(obj)));
 }
     
-} // namespace WebKit
+} // namespace WebKit //
 
 WebKitDOMSerializedScriptValue*
 webkit_dom_test_serialized_script_value_interface_get_value(WebKitDOMTestSerializedScriptValueInterface* self)
@@ -176,4 +178,4 @@ WebKitDOMTestSerializedScriptValueInterface* wrapTestSerializedScriptValueInterf
                                                "core-object", coreObject, NULL));
 }
 } // namespace WebKit
-#endif // ENABLE(Condition1) || ENABLE(Condition2)
+#endif /* ENABLE(Condition1) || ENABLE(Condition2) */
index d7854db..7e71262 100644 (file)
@@ -1,20 +1,22 @@
-// This file is part of the WebKit open source project.
-// This file has been generated by generate-bindings.pl. DO NOT MODIFY!
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Library General Public
-// License as published by the Free Software Foundation; either
-// version 2 of the License, or (at your option) any later version.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// Library General Public License for more details.
-//
-// You should have received a copy of the GNU Library General Public License
-// along with this library; see the file COPYING.LIB.  If not, write to
-// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-// Boston, MA 02110-1301, USA.
+/*
+    This file is part of the WebKit open source project.
+    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+
+    You should have received a copy of the GNU Library General Public License
+    along with this library; see the file COPYING.LIB.  If not, write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA 02110-1301, USA.
+*/
 
 #ifndef WebKitDOMTestSerializedScriptValueInterface_h
 #define WebKitDOMTestSerializedScriptValueInterface_h
@@ -56,4 +58,4 @@ webkit_dom_test_serialized_script_value_interface_get_value(WebKitDOMTestSeriali
 
 G_END_DECLS
 
-#endif // WebKitDOMTestSerializedScriptValueInterface_h
+#endif /* WebKitDOMTestSerializedScriptValueInterface_h */
index b6ad44e..82e79a2 100644 (file)
@@ -1,20 +1,22 @@
-// This file is part of the WebKit open source project.
-// This file has been generated by generate-bindings.pl. DO NOT MODIFY!
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Library General Public
-// License as published by the Free Software Foundation; either
-// version 2 of the License, or (at your option) any later version.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-// Library General Public License for more details.
-//
-// You should have received a copy of the GNU Library General Public License
-// along with this library; see the file COPYING.LIB.  If not, write to
-// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-// Boston, MA 02110-1301, USA.
+/*
+    This file is part of the WebKit open source project.
+    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+
+    You should have received a copy of the GNU Library General Public License
+    along with this library; see the file COPYING.LIB.  If not, write to
+    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+    Boston, MA 02110-1301, USA.
+*/
 
 #ifndef WEB_KIT_DOM_TEST_SERIALIZED_SCRIPT_VALUE_INTERFACE_PRIVATE_H
 #define WEB_KIT_DOM_TEST_SERIALIZED_SCRIPT_VALUE_INTERFACE_PRIVATE_H
@@ -34,4 +36,4 @@ namespace WebKit {
 
 } // namespace WebKit
 
-#endif // WEB_KIT_DOM_TEST_SERIALIZED_SCRIPT_VALUE_INTERFACE_PRIVATE_H
+#endif /* WEB_KIT_DOM_TEST_SERIALIZED_SCRIPT_VALUE_INTERFACE_PRIVATE_H */