summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/win/WebFrame.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/win/WebFrame.h')
-rw-r--r--Source/WebKit/win/WebFrame.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebKit/win/WebFrame.h b/Source/WebKit/win/WebFrame.h
index 9158fb3..95f2875 100644
--- a/Source/WebKit/win/WebFrame.h
+++ b/Source/WebKit/win/WebFrame.h
@@ -59,9 +59,9 @@ namespace WebCore {
typedef const struct OpaqueJSContext* JSContextRef;
typedef struct OpaqueJSValue* JSObjectRef;
-#if PLATFORM(CG)
+#if USE(CG)
typedef struct CGContext PlatformGraphicsContext;
-#elif PLATFORM(CAIRO)
+#elif USE(CAIRO)
namespace WebCore {
class PlatformContextCairo;
}