Changeset 95349 in webkit


Ignore:
Timestamp:
Sep 16, 2011 6:32:10 PM (13 years ago)
Author:
rniwa@webkit.org
Message:

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).

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:
Location:
trunk/Source/WebCore
Files:
17 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r95348 r95349  
     12011-09-16  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r95304.
     4        http://trac.webkit.org/changeset/95304
     5        https://bugs.webkit.org/show_bug.cgi?id=68299
     6
     7        Broke GTK+ builds. It pulls derived headers into main.c
     8        (Requested by rniwa on #webkit).
     9
     10        * bindings/scripts/CodeGeneratorGObject.pm:
     11        ():
     12        * bindings/scripts/test/GObject/WebKitDOMTestCallback.cpp:
     13        * bindings/scripts/test/GObject/WebKitDOMTestCallback.h:
     14        * bindings/scripts/test/GObject/WebKitDOMTestCallbackPrivate.h:
     15        * bindings/scripts/test/GObject/WebKitDOMTestInterface.cpp:
     16        * bindings/scripts/test/GObject/WebKitDOMTestInterface.h:
     17        * bindings/scripts/test/GObject/WebKitDOMTestInterfacePrivate.h:
     18        * bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListener.cpp:
     19        * bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListener.h:
     20        * bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListenerPrivate.h:
     21        * bindings/scripts/test/GObject/WebKitDOMTestObj.cpp:
     22        (webkit_dom_test_obj_conditional_method1):
     23        (webkit_dom_test_obj_conditional_method2):
     24        (webkit_dom_test_obj_conditional_method3):
     25        (webkit_dom_test_obj_get_conditional_attr1):
     26        (webkit_dom_test_obj_set_conditional_attr1):
     27        (webkit_dom_test_obj_get_conditional_attr2):
     28        (webkit_dom_test_obj_set_conditional_attr2):
     29        (webkit_dom_test_obj_get_conditional_attr3):
     30        (webkit_dom_test_obj_set_conditional_attr3):
     31        (webkit_dom_test_obj_set_property):
     32        (webkit_dom_test_obj_get_property):
     33        (webkit_dom_test_obj_class_init):
     34        * bindings/scripts/test/GObject/WebKitDOMTestObj.h:
     35        * bindings/scripts/test/GObject/WebKitDOMTestObjPrivate.h:
     36        * bindings/scripts/test/GObject/WebKitDOMTestSerializedScriptValueInterface.cpp:
     37        * bindings/scripts/test/GObject/WebKitDOMTestSerializedScriptValueInterface.h:
     38        * bindings/scripts/test/GObject/WebKitDOMTestSerializedScriptValueInterfacePrivate.h:
     39
    1402011-09-16  Shawn Singh  <shawnsingh@chromium.org>
    241
  • trunk/Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm

    r95304 r95349  
    5454
    5555my $licenceTemplate = << "EOF";
    56 // This file is part of the WebKit open source project.
    57 // This file has been generated by generate-bindings.pl. DO NOT MODIFY!
    58 //
    59 // This library is free software; you can redistribute it and/or
    60 // modify it under the terms of the GNU Library General Public
    61 // License as published by the Free Software Foundation; either
    62 // version 2 of the License, or (at your option) any later version.
    63 //
    64 // This library is distributed in the hope that it will be useful,
    65 // but WITHOUT ANY WARRANTY; without even the implied warranty of
    66 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    67 // Library General Public License for more details.
    68 //
    69 // You should have received a copy of the GNU Library General Public License
    70 // along with this library; see the file COPYING.LIB.  If not, write to
    71 // the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    72 // Boston, MA 02110-1301, USA.
     56/*
     57    This file is part of the WebKit open source project.
     58    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
     59
     60    This library is free software; you can redistribute it and/or
     61    modify it under the terms of the GNU Library General Public
     62    License as published by the Free Software Foundation; either
     63    version 2 of the License, or (at your option) any later version.
     64
     65    This library is distributed in the hope that it will be useful,
     66    but WITHOUT ANY WARRANTY; without even the implied warranty of
     67    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     68    Library General Public License for more details.
     69
     70    You should have received a copy of the GNU Library General Public License
     71    along with this library; see the file COPYING.LIB.  If not, write to
     72    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
     73    Boston, MA 02110-1301, USA.
     74*/
    7375EOF
    7476
     
    347349    push(@cBodyPriv, "#if ${conditionalString}\n") if $conditionalString;
    348350    push(@cBodyPriv, "    ${propEnum},\n");
    349     push(@cBodyPriv, "#endif // ${conditionalString}\n") if $conditionalString;
     351    push(@cBodyPriv, "#endif /* ${conditionalString} */\n") if $conditionalString;
    350352
    351353    my $propType = $attribute->signature->type;
     
    390392        push(@txtSetProps, ");\n");
    391393        push(@txtSetProps, "        break;\n    }\n");
    392         push(@txtSetProps, "#endif // ${conditionalString}\n") if $conditionalString;
     394        push(@txtSetProps, "#endif /* ${conditionalString} */\n") if $conditionalString;
    393395    }
    394396
     
    427429
    428430    push(@txtGetProps, "        break;\n    }\n");
    429     push(@txtGetProps, "#endif // ${conditionalString}\n") if $conditionalString;
     431    push(@txtGetProps, "#endif /* ${conditionalString} */\n") if $conditionalString;
    430432
    431433    my %param_spec_options = ("int", "G_MININT, /* min */\nG_MAXINT, /* max */\n0, /* default */",
     
    455457    push(@txtInstallProps, "#if ${conditionalString}\n") if $conditionalString;
    456458    push(@txtInstallProps, $txtInstallProp);
    457     push(@txtInstallProps, "#endif // ${conditionalString}\n") if $conditionalString;
     459    push(@txtInstallProps, "#endif /* ${conditionalString} */\n") if $conditionalString;
    458460}
    459461
     
    967969        }
    968970        if ($functionSigType eq "DOMObject") {
    969             push(@cBody, "    return NULL; // TODO: return canvas object\n");
     971            push(@cBody, "    return NULL; /* TODO: return canvas object */\n");
    970972        } else {
    971973            push(@cBody, "    return res;\n");
     
    982984            }
    983985        }
    984         push(@cBody, "#endif // ${conditionalString}\n") if $conditionalString;
     986        push(@cBody, "#endif /* ${conditionalString} */\n") if $conditionalString;
    985987    }
    986988
     
    11271129
    11281130    push(@hBody, "G_END_DECLS\n\n");
    1129     push(@hPrefixGuardEnd, "#endif // $guard\n");
     1131    push(@hPrefixGuardEnd, "#endif /* $guard */\n");
    11301132}
    11311133
     
    11851187} // namespace WebKit
    11861188
    1187 #endif // ${guard}
     1189#endif /* ${guard} */
    11881190EOF
    11891191    print PRIVHEADER $text;
     
    12651267    my $conditionalString = GenerateConditionalString($dataNode);
    12661268    push(@conditionGuardStart, "#if ${conditionalString}\n\n") if $conditionalString;
    1267     push(@conditionGuardEnd, "#endif // ${conditionalString}\n") if $conditionalString;
     1269    push(@conditionGuardEnd, "#endif /* ${conditionalString} */\n") if $conditionalString;
    12681270
    12691271    # Add the default impl header template
     
    12991301}
    13001302   
    1301 } // namespace WebKit
     1303} // namespace WebKit //
    13021304
    13031305EOF
  • trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestCallback.cpp

    r95304 r95349  
    1 // This file is part of the WebKit open source project.
    2 // This file has been generated by generate-bindings.pl. DO NOT MODIFY!
    3 //
    4 // This library is free software; you can redistribute it and/or
    5 // modify it under the terms of the GNU Library General Public
    6 // License as published by the Free Software Foundation; either
    7 // version 2 of the License, or (at your option) any later version.
    8 //
    9 // This library is distributed in the hope that it will be useful,
    10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
    11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    12 // Library General Public License for more details.
    13 //
    14 // You should have received a copy of the GNU Library General Public License
    15 // along with this library; see the file COPYING.LIB.  If not, write to
    16 // the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    17 // Boston, MA 02110-1301, USA.
     1/*
     2    This file is part of the WebKit open source project.
     3    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
     4
     5    This library is free software; you can redistribute it and/or
     6    modify it under the terms of the GNU Library General Public
     7    License as published by the Free Software Foundation; either
     8    version 2 of the License, or (at your option) any later version.
     9
     10    This library is distributed in the hope that it will be useful,
     11    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     13    Library General Public License for more details.
     14
     15    You should have received a copy of the GNU Library General Public License
     16    along with this library; see the file COPYING.LIB.  If not, write to
     17    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
     18    Boston, MA 02110-1301, USA.
     19*/
    1820
    1921#include <glib-object.h>
     
    5658}
    5759   
    58 } // namespace WebKit
     60} // namespace WebKit //
    5961
    6062gboolean
     
    231233}
    232234} // namespace WebKit
    233 #endif // ENABLE(SQL_DATABASE)
     235#endif /* ENABLE(SQL_DATABASE) */
  • trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestCallback.h

    r95304 r95349  
    1 // This file is part of the WebKit open source project.
    2 // This file has been generated by generate-bindings.pl. DO NOT MODIFY!
    3 //
    4 // This library is free software; you can redistribute it and/or
    5 // modify it under the terms of the GNU Library General Public
    6 // License as published by the Free Software Foundation; either
    7 // version 2 of the License, or (at your option) any later version.
    8 //
    9 // This library is distributed in the hope that it will be useful,
    10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
    11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    12 // Library General Public License for more details.
    13 //
    14 // You should have received a copy of the GNU Library General Public License
    15 // along with this library; see the file COPYING.LIB.  If not, write to
    16 // the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    17 // Boston, MA 02110-1301, USA.
     1/*
     2    This file is part of the WebKit open source project.
     3    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
     4
     5    This library is free software; you can redistribute it and/or
     6    modify it under the terms of the GNU Library General Public
     7    License as published by the Free Software Foundation; either
     8    version 2 of the License, or (at your option) any later version.
     9
     10    This library is distributed in the hope that it will be useful,
     11    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     13    Library General Public License for more details.
     14
     15    You should have received a copy of the GNU Library General Public License
     16    along with this library; see the file COPYING.LIB.  If not, write to
     17    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
     18    Boston, MA 02110-1301, USA.
     19*/
    1820
    1921#ifndef WebKitDOMTestCallback_h
     
    102104G_END_DECLS
    103105
    104 #endif // WebKitDOMTestCallback_h
     106#endif /* WebKitDOMTestCallback_h */
  • trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestCallbackPrivate.h

    r95304 r95349  
    1 // This file is part of the WebKit open source project.
    2 // This file has been generated by generate-bindings.pl. DO NOT MODIFY!
    3 //
    4 // This library is free software; you can redistribute it and/or
    5 // modify it under the terms of the GNU Library General Public
    6 // License as published by the Free Software Foundation; either
    7 // version 2 of the License, or (at your option) any later version.
    8 //
    9 // This library is distributed in the hope that it will be useful,
    10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
    11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    12 // Library General Public License for more details.
    13 //
    14 // You should have received a copy of the GNU Library General Public License
    15 // along with this library; see the file COPYING.LIB.  If not, write to
    16 // the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    17 // Boston, MA 02110-1301, USA.
     1/*
     2    This file is part of the WebKit open source project.
     3    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
     4
     5    This library is free software; you can redistribute it and/or
     6    modify it under the terms of the GNU Library General Public
     7    License as published by the Free Software Foundation; either
     8    version 2 of the License, or (at your option) any later version.
     9
     10    This library is distributed in the hope that it will be useful,
     11    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     13    Library General Public License for more details.
     14
     15    You should have received a copy of the GNU Library General Public License
     16    along with this library; see the file COPYING.LIB.  If not, write to
     17    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
     18    Boston, MA 02110-1301, USA.
     19*/
    1820
    1921#ifndef WEB_KIT_DOM_TEST_CALLBACK_PRIVATE_H
     
    3537} // namespace WebKit
    3638
    37 #endif // WEB_KIT_DOM_TEST_CALLBACK_PRIVATE_H
     39#endif /* WEB_KIT_DOM_TEST_CALLBACK_PRIVATE_H */
  • trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestInterface.cpp

    r95304 r95349  
    1 // This file is part of the WebKit open source project.
    2 // This file has been generated by generate-bindings.pl. DO NOT MODIFY!
    3 //
    4 // This library is free software; you can redistribute it and/or
    5 // modify it under the terms of the GNU Library General Public
    6 // License as published by the Free Software Foundation; either
    7 // version 2 of the License, or (at your option) any later version.
    8 //
    9 // This library is distributed in the hope that it will be useful,
    10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
    11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    12 // Library General Public License for more details.
    13 //
    14 // You should have received a copy of the GNU Library General Public License
    15 // along with this library; see the file COPYING.LIB.  If not, write to
    16 // the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    17 // Boston, MA 02110-1301, USA.
     1/*
     2    This file is part of the WebKit open source project.
     3    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
     4
     5    This library is free software; you can redistribute it and/or
     6    modify it under the terms of the GNU Library General Public
     7    License as published by the Free Software Foundation; either
     8    version 2 of the License, or (at your option) any later version.
     9
     10    This library is distributed in the hope that it will be useful,
     11    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     13    Library General Public License for more details.
     14
     15    You should have received a copy of the GNU Library General Public License
     16    along with this library; see the file COPYING.LIB.  If not, write to
     17    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
     18    Boston, MA 02110-1301, USA.
     19*/
    1820
    1921#include <glib-object.h>
     
    4850}
    4951   
    50 } // namespace WebKit
     52} // namespace WebKit //
    5153
    5254
     
    147149}
    148150} // namespace WebKit
    149 #endif // ENABLE(Condition1) || ENABLE(Condition2)
     151#endif /* ENABLE(Condition1) || ENABLE(Condition2) */
  • trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestInterface.h

    r95304 r95349  
    1 // This file is part of the WebKit open source project.
    2 // This file has been generated by generate-bindings.pl. DO NOT MODIFY!
    3 //
    4 // This library is free software; you can redistribute it and/or
    5 // modify it under the terms of the GNU Library General Public
    6 // License as published by the Free Software Foundation; either
    7 // version 2 of the License, or (at your option) any later version.
    8 //
    9 // This library is distributed in the hope that it will be useful,
    10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
    11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    12 // Library General Public License for more details.
    13 //
    14 // You should have received a copy of the GNU Library General Public License
    15 // along with this library; see the file COPYING.LIB.  If not, write to
    16 // the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    17 // Boston, MA 02110-1301, USA.
     1/*
     2    This file is part of the WebKit open source project.
     3    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
     4
     5    This library is free software; you can redistribute it and/or
     6    modify it under the terms of the GNU Library General Public
     7    License as published by the Free Software Foundation; either
     8    version 2 of the License, or (at your option) any later version.
     9
     10    This library is distributed in the hope that it will be useful,
     11    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     13    Library General Public License for more details.
     14
     15    You should have received a copy of the GNU Library General Public License
     16    along with this library; see the file COPYING.LIB.  If not, write to
     17    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
     18    Boston, MA 02110-1301, USA.
     19*/
    1820
    1921#ifndef WebKitDOMTestInterface_h
     
    4749G_END_DECLS
    4850
    49 #endif // WebKitDOMTestInterface_h
     51#endif /* WebKitDOMTestInterface_h */
  • trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestInterfacePrivate.h

    r95304 r95349  
    1 // This file is part of the WebKit open source project.
    2 // This file has been generated by generate-bindings.pl. DO NOT MODIFY!
    3 //
    4 // This library is free software; you can redistribute it and/or
    5 // modify it under the terms of the GNU Library General Public
    6 // License as published by the Free Software Foundation; either
    7 // version 2 of the License, or (at your option) any later version.
    8 //
    9 // This library is distributed in the hope that it will be useful,
    10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
    11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    12 // Library General Public License for more details.
    13 //
    14 // You should have received a copy of the GNU Library General Public License
    15 // along with this library; see the file COPYING.LIB.  If not, write to
    16 // the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    17 // Boston, MA 02110-1301, USA.
     1/*
     2    This file is part of the WebKit open source project.
     3    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
     4
     5    This library is free software; you can redistribute it and/or
     6    modify it under the terms of the GNU Library General Public
     7    License as published by the Free Software Foundation; either
     8    version 2 of the License, or (at your option) any later version.
     9
     10    This library is distributed in the hope that it will be useful,
     11    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     13    Library General Public License for more details.
     14
     15    You should have received a copy of the GNU Library General Public License
     16    along with this library; see the file COPYING.LIB.  If not, write to
     17    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
     18    Boston, MA 02110-1301, USA.
     19*/
    1820
    1921#ifndef WEB_KIT_DOM_TEST_INTERFACE_PRIVATE_H
     
    3537} // namespace WebKit
    3638
    37 #endif // WEB_KIT_DOM_TEST_INTERFACE_PRIVATE_H
     39#endif /* WEB_KIT_DOM_TEST_INTERFACE_PRIVATE_H */
  • trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListener.cpp

    r95304 r95349  
    1 // This file is part of the WebKit open source project.
    2 // This file has been generated by generate-bindings.pl. DO NOT MODIFY!
    3 //
    4 // This library is free software; you can redistribute it and/or
    5 // modify it under the terms of the GNU Library General Public
    6 // License as published by the Free Software Foundation; either
    7 // version 2 of the License, or (at your option) any later version.
    8 //
    9 // This library is distributed in the hope that it will be useful,
    10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
    11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    12 // Library General Public License for more details.
    13 //
    14 // You should have received a copy of the GNU Library General Public License
    15 // along with this library; see the file COPYING.LIB.  If not, write to
    16 // the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    17 // Boston, MA 02110-1301, USA.
     1/*
     2    This file is part of the WebKit open source project.
     3    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
     4
     5    This library is free software; you can redistribute it and/or
     6    modify it under the terms of the GNU Library General Public
     7    License as published by the Free Software Foundation; either
     8    version 2 of the License, or (at your option) any later version.
     9
     10    This library is distributed in the hope that it will be useful,
     11    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     13    Library General Public License for more details.
     14
     15    You should have received a copy of the GNU Library General Public License
     16    along with this library; see the file COPYING.LIB.  If not, write to
     17    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
     18    Boston, MA 02110-1301, USA.
     19*/
    1820
    1921#include <glib-object.h>
     
    4648}
    4749   
    48 } // namespace WebKit
     50} // namespace WebKit //
    4951
    5052
  • trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListener.h

    r95304 r95349  
    1 // This file is part of the WebKit open source project.
    2 // This file has been generated by generate-bindings.pl. DO NOT MODIFY!
    3 //
    4 // This library is free software; you can redistribute it and/or
    5 // modify it under the terms of the GNU Library General Public
    6 // License as published by the Free Software Foundation; either
    7 // version 2 of the License, or (at your option) any later version.
    8 //
    9 // This library is distributed in the hope that it will be useful,
    10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
    11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    12 // Library General Public License for more details.
    13 //
    14 // You should have received a copy of the GNU Library General Public License
    15 // along with this library; see the file COPYING.LIB.  If not, write to
    16 // the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    17 // Boston, MA 02110-1301, USA.
     1/*
     2    This file is part of the WebKit open source project.
     3    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
     4
     5    This library is free software; you can redistribute it and/or
     6    modify it under the terms of the GNU Library General Public
     7    License as published by the Free Software Foundation; either
     8    version 2 of the License, or (at your option) any later version.
     9
     10    This library is distributed in the hope that it will be useful,
     11    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     13    Library General Public License for more details.
     14
     15    You should have received a copy of the GNU Library General Public License
     16    along with this library; see the file COPYING.LIB.  If not, write to
     17    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
     18    Boston, MA 02110-1301, USA.
     19*/
    1820
    1921#ifndef WebKitDOMTestMediaQueryListListener_h
     
    4749G_END_DECLS
    4850
    49 #endif // WebKitDOMTestMediaQueryListListener_h
     51#endif /* WebKitDOMTestMediaQueryListListener_h */
  • trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListenerPrivate.h

    r95304 r95349  
    1 // This file is part of the WebKit open source project.
    2 // This file has been generated by generate-bindings.pl. DO NOT MODIFY!
    3 //
    4 // This library is free software; you can redistribute it and/or
    5 // modify it under the terms of the GNU Library General Public
    6 // License as published by the Free Software Foundation; either
    7 // version 2 of the License, or (at your option) any later version.
    8 //
    9 // This library is distributed in the hope that it will be useful,
    10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
    11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    12 // Library General Public License for more details.
    13 //
    14 // You should have received a copy of the GNU Library General Public License
    15 // along with this library; see the file COPYING.LIB.  If not, write to
    16 // the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    17 // Boston, MA 02110-1301, USA.
     1/*
     2    This file is part of the WebKit open source project.
     3    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
     4
     5    This library is free software; you can redistribute it and/or
     6    modify it under the terms of the GNU Library General Public
     7    License as published by the Free Software Foundation; either
     8    version 2 of the License, or (at your option) any later version.
     9
     10    This library is distributed in the hope that it will be useful,
     11    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     13    Library General Public License for more details.
     14
     15    You should have received a copy of the GNU Library General Public License
     16    along with this library; see the file COPYING.LIB.  If not, write to
     17    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
     18    Boston, MA 02110-1301, USA.
     19*/
    1820
    1921#ifndef WEB_KIT_DOM_TEST_MEDIA_QUERY_LIST_LISTENER_PRIVATE_H
     
    3537} // namespace WebKit
    3638
    37 #endif // WEB_KIT_DOM_TEST_MEDIA_QUERY_LIST_LISTENER_PRIVATE_H
     39#endif /* WEB_KIT_DOM_TEST_MEDIA_QUERY_LIST_LISTENER_PRIVATE_H */
  • trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.cpp

    r95304 r95349  
    1 // This file is part of the WebKit open source project.
    2 // This file has been generated by generate-bindings.pl. DO NOT MODIFY!
    3 //
    4 // This library is free software; you can redistribute it and/or
    5 // modify it under the terms of the GNU Library General Public
    6 // License as published by the Free Software Foundation; either
    7 // version 2 of the License, or (at your option) any later version.
    8 //
    9 // This library is distributed in the hope that it will be useful,
    10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
    11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    12 // Library General Public License for more details.
    13 //
    14 // You should have received a copy of the GNU Library General Public License
    15 // along with this library; see the file COPYING.LIB.  If not, write to
    16 // the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    17 // Boston, MA 02110-1301, USA.
     1/*
     2    This file is part of the WebKit open source project.
     3    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
     4
     5    This library is free software; you can redistribute it and/or
     6    modify it under the terms of the GNU Library General Public
     7    License as published by the Free Software Foundation; either
     8    version 2 of the License, or (at your option) any later version.
     9
     10    This library is distributed in the hope that it will be useful,
     11    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     13    Library General Public License for more details.
     14
     15    You should have received a copy of the GNU Library General Public License
     16    along with this library; see the file COPYING.LIB.  If not, write to
     17    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
     18    Boston, MA 02110-1301, USA.
     19*/
    1820
    1921#include <glib-object.h>
     
    5355}
    5456   
    55 } // namespace WebKit
     57} // namespace WebKit //
    5658
    5759void
     
    393395#else
    394396    return NULL;
    395 #endif // ENABLE(Condition1)
     397#endif /* ENABLE(Condition1) */
    396398}
    397399
     
    404406    WebCore::TestObj * item = WebKit::core(self);
    405407    item->conditionalMethod2();
    406 #endif // ENABLE(Condition1) && ENABLE(Condition2)
     408#endif /* ENABLE(Condition1) && ENABLE(Condition2) */
    407409}
    408410
     
    415417    WebCore::TestObj * item = WebKit::core(self);
    416418    item->conditionalMethod3();
    417 #endif // ENABLE(Condition1) || ENABLE(Condition2)
     419#endif /* ENABLE(Condition1) || ENABLE(Condition2) */
    418420}
    419421
     
    10081010#else
    10091011    return static_cast<glong>(0);
    1010 #endif // ENABLE(Condition1)
     1012#endif /* ENABLE(Condition1) */
    10111013}
    10121014
     
    10191021    WebCore::TestObj * item = WebKit::core(self);
    10201022    item->setConditionalAttr1(value);
    1021 #endif // ENABLE(Condition1)
     1023#endif /* ENABLE(Condition1) */
    10221024}
    10231025
     
    10331035#else
    10341036    return static_cast<glong>(0);
    1035 #endif // ENABLE(Condition1) && ENABLE(Condition2)
     1037#endif /* ENABLE(Condition1) && ENABLE(Condition2) */
    10361038}
    10371039
     
    10441046    WebCore::TestObj * item = WebKit::core(self);
    10451047    item->setConditionalAttr2(value);
    1046 #endif // ENABLE(Condition1) && ENABLE(Condition2)
     1048#endif /* ENABLE(Condition1) && ENABLE(Condition2) */
    10471049}
    10481050
     
    10581060#else
    10591061    return static_cast<glong>(0);
    1060 #endif // ENABLE(Condition1) || ENABLE(Condition2)
     1062#endif /* ENABLE(Condition1) || ENABLE(Condition2) */
    10611063}
    10621064
     
    10691071    WebCore::TestObj * item = WebKit::core(self);
    10701072    item->setConditionalAttr3(value);
    1071 #endif // ENABLE(Condition1) || ENABLE(Condition2)
     1073#endif /* ENABLE(Condition1) || ENABLE(Condition2) */
    10721074}
    10731075
     
    11601162#if ENABLE(Condition1)
    11611163    PROP_CONDITIONAL_ATTR1,
    1162 #endif // ENABLE(Condition1)
     1164#endif /* ENABLE(Condition1) */
    11631165#if ENABLE(Condition1) && ENABLE(Condition2)
    11641166    PROP_CONDITIONAL_ATTR2,
    1165 #endif // ENABLE(Condition1) && ENABLE(Condition2)
     1167#endif /* ENABLE(Condition1) && ENABLE(Condition2) */
    11661168#if ENABLE(Condition1) || ENABLE(Condition2)
    11671169    PROP_CONDITIONAL_ATTR3,
    1168 #endif // ENABLE(Condition1) || ENABLE(Condition2)
     1170#endif /* ENABLE(Condition1) || ENABLE(Condition2) */
    11691171    PROP_DESCRIPTION,
    11701172    PROP_ID,
     
    13051307        break;
    13061308    }
    1307 #endif // ENABLE(Condition1)
     1309#endif /* ENABLE(Condition1) */
    13081310#if ENABLE(Condition1) && ENABLE(Condition2)
    13091311    case PROP_CONDITIONAL_ATTR2:
     
    13121314        break;
    13131315    }
    1314 #endif // ENABLE(Condition1) && ENABLE(Condition2)
     1316#endif /* ENABLE(Condition1) && ENABLE(Condition2) */
    13151317#if ENABLE(Condition1) || ENABLE(Condition2)
    13161318    case PROP_CONDITIONAL_ATTR3:
     
    13191321        break;
    13201322    }
    1321 #endif // ENABLE(Condition1) || ENABLE(Condition2)
     1323#endif /* ENABLE(Condition1) || ENABLE(Condition2) */
    13221324    case PROP_ID:
    13231325    {
     
    14891491        break;
    14901492    }
    1491 #endif // ENABLE(Condition1)
     1493#endif /* ENABLE(Condition1) */
    14921494#if ENABLE(Condition1) && ENABLE(Condition2)
    14931495    case PROP_CONDITIONAL_ATTR2:
     
    14961498        break;
    14971499    }
    1498 #endif // ENABLE(Condition1) && ENABLE(Condition2)
     1500#endif /* ENABLE(Condition1) && ENABLE(Condition2) */
    14991501#if ENABLE(Condition1) || ENABLE(Condition2)
    15001502    case PROP_CONDITIONAL_ATTR3:
     
    15031505        break;
    15041506    }
    1505 #endif // ENABLE(Condition1) || ENABLE(Condition2)
     1507#endif /* ENABLE(Condition1) || ENABLE(Condition2) */
    15061508    case PROP_DESCRIPTION:
    15071509    {
     
    176917710, /* default */
    17701772                                                           WEBKIT_PARAM_READWRITE));
    1771 #endif // ENABLE(Condition1)
     1773#endif /* ENABLE(Condition1) */
    17721774#if ENABLE(Condition1) && ENABLE(Condition2)
    17731775    g_object_class_install_property(gobjectClass,
     
    178017820, /* default */
    17811783                                                           WEBKIT_PARAM_READWRITE));
    1782 #endif // ENABLE(Condition1) && ENABLE(Condition2)
     1784#endif /* ENABLE(Condition1) && ENABLE(Condition2) */
    17831785#if ENABLE(Condition1) || ENABLE(Condition2)
    17841786    g_object_class_install_property(gobjectClass,
     
    179117930, /* default */
    17921794                                                           WEBKIT_PARAM_READWRITE));
    1793 #endif // ENABLE(Condition1) || ENABLE(Condition2)
     1795#endif /* ENABLE(Condition1) || ENABLE(Condition2) */
    17941796    g_object_class_install_property(gobjectClass,
    17951797                                    PROP_DESCRIPTION,
  • trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.h

    r95304 r95349  
    1 // This file is part of the WebKit open source project.
    2 // This file has been generated by generate-bindings.pl. DO NOT MODIFY!
    3 //
    4 // This library is free software; you can redistribute it and/or
    5 // modify it under the terms of the GNU Library General Public
    6 // License as published by the Free Software Foundation; either
    7 // version 2 of the License, or (at your option) any later version.
    8 //
    9 // This library is distributed in the hope that it will be useful,
    10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
    11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    12 // Library General Public License for more details.
    13 //
    14 // You should have received a copy of the GNU Library General Public License
    15 // along with this library; see the file COPYING.LIB.  If not, write to
    16 // the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    17 // Boston, MA 02110-1301, USA.
     1/*
     2    This file is part of the WebKit open source project.
     3    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
     4
     5    This library is free software; you can redistribute it and/or
     6    modify it under the terms of the GNU Library General Public
     7    License as published by the Free Software Foundation; either
     8    version 2 of the License, or (at your option) any later version.
     9
     10    This library is distributed in the hope that it will be useful,
     11    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     13    Library General Public License for more details.
     14
     15    You should have received a copy of the GNU Library General Public License
     16    along with this library; see the file COPYING.LIB.  If not, write to
     17    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
     18    Boston, MA 02110-1301, USA.
     19*/
    1820
    1921#ifndef WebKitDOMTestObj_h
     
    10351037G_END_DECLS
    10361038
    1037 #endif // WebKitDOMTestObj_h
     1039#endif /* WebKitDOMTestObj_h */
  • trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestObjPrivate.h

    r95304 r95349  
    1 // This file is part of the WebKit open source project.
    2 // This file has been generated by generate-bindings.pl. DO NOT MODIFY!
    3 //
    4 // This library is free software; you can redistribute it and/or
    5 // modify it under the terms of the GNU Library General Public
    6 // License as published by the Free Software Foundation; either
    7 // version 2 of the License, or (at your option) any later version.
    8 //
    9 // This library is distributed in the hope that it will be useful,
    10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
    11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    12 // Library General Public License for more details.
    13 //
    14 // You should have received a copy of the GNU Library General Public License
    15 // along with this library; see the file COPYING.LIB.  If not, write to
    16 // the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    17 // Boston, MA 02110-1301, USA.
     1/*
     2    This file is part of the WebKit open source project.
     3    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
     4
     5    This library is free software; you can redistribute it and/or
     6    modify it under the terms of the GNU Library General Public
     7    License as published by the Free Software Foundation; either
     8    version 2 of the License, or (at your option) any later version.
     9
     10    This library is distributed in the hope that it will be useful,
     11    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     13    Library General Public License for more details.
     14
     15    You should have received a copy of the GNU Library General Public License
     16    along with this library; see the file COPYING.LIB.  If not, write to
     17    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
     18    Boston, MA 02110-1301, USA.
     19*/
    1820
    1921#ifndef WEB_KIT_DOM_TEST_OBJ_PRIVATE_H
     
    3537} // namespace WebKit
    3638
    37 #endif // WEB_KIT_DOM_TEST_OBJ_PRIVATE_H
     39#endif /* WEB_KIT_DOM_TEST_OBJ_PRIVATE_H */
  • trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestSerializedScriptValueInterface.cpp

    r95304 r95349  
    1 // This file is part of the WebKit open source project.
    2 // This file has been generated by generate-bindings.pl. DO NOT MODIFY!
    3 //
    4 // This library is free software; you can redistribute it and/or
    5 // modify it under the terms of the GNU Library General Public
    6 // License as published by the Free Software Foundation; either
    7 // version 2 of the License, or (at your option) any later version.
    8 //
    9 // This library is distributed in the hope that it will be useful,
    10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
    11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    12 // Library General Public License for more details.
    13 //
    14 // You should have received a copy of the GNU Library General Public License
    15 // along with this library; see the file COPYING.LIB.  If not, write to
    16 // the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    17 // Boston, MA 02110-1301, USA.
     1/*
     2    This file is part of the WebKit open source project.
     3    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
     4
     5    This library is free software; you can redistribute it and/or
     6    modify it under the terms of the GNU Library General Public
     7    License as published by the Free Software Foundation; either
     8    version 2 of the License, or (at your option) any later version.
     9
     10    This library is distributed in the hope that it will be useful,
     11    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     13    Library General Public License for more details.
     14
     15    You should have received a copy of the GNU Library General Public License
     16    along with this library; see the file COPYING.LIB.  If not, write to
     17    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
     18    Boston, MA 02110-1301, USA.
     19*/
    1820
    1921#include <glib-object.h>
     
    5153}
    5254   
    53 } // namespace WebKit
     55} // namespace WebKit //
    5456
    5557WebKitDOMSerializedScriptValue*
     
    177179}
    178180} // namespace WebKit
    179 #endif // ENABLE(Condition1) || ENABLE(Condition2)
     181#endif /* ENABLE(Condition1) || ENABLE(Condition2) */
  • trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestSerializedScriptValueInterface.h

    r95304 r95349  
    1 // This file is part of the WebKit open source project.
    2 // This file has been generated by generate-bindings.pl. DO NOT MODIFY!
    3 //
    4 // This library is free software; you can redistribute it and/or
    5 // modify it under the terms of the GNU Library General Public
    6 // License as published by the Free Software Foundation; either
    7 // version 2 of the License, or (at your option) any later version.
    8 //
    9 // This library is distributed in the hope that it will be useful,
    10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
    11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    12 // Library General Public License for more details.
    13 //
    14 // You should have received a copy of the GNU Library General Public License
    15 // along with this library; see the file COPYING.LIB.  If not, write to
    16 // the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    17 // Boston, MA 02110-1301, USA.
     1/*
     2    This file is part of the WebKit open source project.
     3    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
     4
     5    This library is free software; you can redistribute it and/or
     6    modify it under the terms of the GNU Library General Public
     7    License as published by the Free Software Foundation; either
     8    version 2 of the License, or (at your option) any later version.
     9
     10    This library is distributed in the hope that it will be useful,
     11    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     13    Library General Public License for more details.
     14
     15    You should have received a copy of the GNU Library General Public License
     16    along with this library; see the file COPYING.LIB.  If not, write to
     17    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
     18    Boston, MA 02110-1301, USA.
     19*/
    1820
    1921#ifndef WebKitDOMTestSerializedScriptValueInterface_h
     
    5759G_END_DECLS
    5860
    59 #endif // WebKitDOMTestSerializedScriptValueInterface_h
     61#endif /* WebKitDOMTestSerializedScriptValueInterface_h */
  • trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestSerializedScriptValueInterfacePrivate.h

    r95304 r95349  
    1 // This file is part of the WebKit open source project.
    2 // This file has been generated by generate-bindings.pl. DO NOT MODIFY!
    3 //
    4 // This library is free software; you can redistribute it and/or
    5 // modify it under the terms of the GNU Library General Public
    6 // License as published by the Free Software Foundation; either
    7 // version 2 of the License, or (at your option) any later version.
    8 //
    9 // This library is distributed in the hope that it will be useful,
    10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
    11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    12 // Library General Public License for more details.
    13 //
    14 // You should have received a copy of the GNU Library General Public License
    15 // along with this library; see the file COPYING.LIB.  If not, write to
    16 // the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    17 // Boston, MA 02110-1301, USA.
     1/*
     2    This file is part of the WebKit open source project.
     3    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
     4
     5    This library is free software; you can redistribute it and/or
     6    modify it under the terms of the GNU Library General Public
     7    License as published by the Free Software Foundation; either
     8    version 2 of the License, or (at your option) any later version.
     9
     10    This library is distributed in the hope that it will be useful,
     11    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     13    Library General Public License for more details.
     14
     15    You should have received a copy of the GNU Library General Public License
     16    along with this library; see the file COPYING.LIB.  If not, write to
     17    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
     18    Boston, MA 02110-1301, USA.
     19*/
    1820
    1921#ifndef WEB_KIT_DOM_TEST_SERIALIZED_SCRIPT_VALUE_INTERFACE_PRIVATE_H
     
    3537} // namespace WebKit
    3638
    37 #endif // WEB_KIT_DOM_TEST_SERIALIZED_SCRIPT_VALUE_INTERFACE_PRIVATE_H
     39#endif /* WEB_KIT_DOM_TEST_SERIALIZED_SCRIPT_VALUE_INTERFACE_PRIVATE_H */
Note: See TracChangeset for help on using the changeset viewer.