diff options
Diffstat (limited to 'Source/WTF/wtf/gobject/GOwnPtr.cpp')
| -rw-r--r-- | Source/WTF/wtf/gobject/GOwnPtr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WTF/wtf/gobject/GOwnPtr.cpp b/Source/WTF/wtf/gobject/GOwnPtr.cpp index dfe187d78..312dcff4a 100644 --- a/Source/WTF/wtf/gobject/GOwnPtr.cpp +++ b/Source/WTF/wtf/gobject/GOwnPtr.cpp @@ -19,7 +19,7 @@ #include "config.h" #include "GOwnPtr.h" -#if ENABLE(GLIB_SUPPORT) +#if USE(GLIB) #include <gio/gio.h> #include <glib.h> @@ -68,4 +68,4 @@ template <> void freeOwnedGPtr<GKeyFile>(GKeyFile* ptr) } // namespace WTF -#endif // ENABLE(GLIB_SUPPORT) +#endif // USE(GLIB) |
