summaryrefslogtreecommitdiff
path: root/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestNamedConstructorPrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestNamedConstructorPrivate.h')
-rw-r--r--Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestNamedConstructorPrivate.h21
1 files changed, 8 insertions, 13 deletions
diff --git a/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestNamedConstructorPrivate.h b/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestNamedConstructorPrivate.h
index b585171c2..dc7344df4 100644
--- a/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestNamedConstructorPrivate.h
+++ b/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestNamedConstructorPrivate.h
@@ -18,22 +18,17 @@
Boston, MA 02110-1301, USA.
*/
-#ifndef WEB_KIT_DOM_TEST_NAMED_CONSTRUCTOR_PRIVATE_H
-#define WEB_KIT_DOM_TEST_NAMED_CONSTRUCTOR_PRIVATE_H
+#ifndef WebKitDOMTestNamedConstructorPrivate_h
+#define WebKitDOMTestNamedConstructorPrivate_h
+#include "TestNamedConstructor.h"
#include <glib-object.h>
#include <webkit/WebKitDOMObject.h>
-#include "TestNamedConstructor.h"
-namespace WebKit {
- WebKitDOMTestNamedConstructor *
- wrapTestNamedConstructor(WebCore::TestNamedConstructor *coreObject);
-
- WebCore::TestNamedConstructor *
- core(WebKitDOMTestNamedConstructor *request);
-
- WebKitDOMTestNamedConstructor*
- kit(WebCore::TestNamedConstructor* node);
+namespace WebKit {
+WebKitDOMTestNamedConstructor* wrapTestNamedConstructor(WebCore::TestNamedConstructor*);
+WebCore::TestNamedConstructor* core(WebKitDOMTestNamedConstructor* request);
+WebKitDOMTestNamedConstructor* kit(WebCore::TestNamedConstructor* node);
} // namespace WebKit
-#endif /* WEB_KIT_DOM_TEST_NAMED_CONSTRUCTOR_PRIVATE_H */
+#endif /* WebKitDOMTestNamedConstructorPrivate_h */