summaryrefslogtreecommitdiffstats
path: root/webkit/port/platform/graphics
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-04 18:18:17 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-04 18:18:17 +0000
commit7e101ed95c637df75d1f7bb27a18c5a66ed538f0 (patch)
treefcdfef75466599bcd4ed59388db2328d773c6754 /webkit/port/platform/graphics
parenta0450d99639727ee41ea036bcde09a61d790735a (diff)
downloadchromium_src-7e101ed95c637df75d1f7bb27a18c5a66ed538f0.zip
chromium_src-7e101ed95c637df75d1f7bb27a18c5a66ed538f0.tar.gz
chromium_src-7e101ed95c637df75d1f7bb27a18c5a66ed538f0.tar.bz2
Changes to webkit/port to build via gcc on linux/mac.
This is part of the change on issue 228, I'm just breaking it up into pieces to make it easier merge with. http://codereview.chromium.org/228 Review URL: http://codereview.chromium.org/437 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1721 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/port/platform/graphics')
-rw-r--r--webkit/port/platform/graphics/FontPlatformData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/port/platform/graphics/FontPlatformData.h b/webkit/port/platform/graphics/FontPlatformData.h
index 61d45ac..ff0d863 100644
--- a/webkit/port/platform/graphics/FontPlatformData.h
+++ b/webkit/port/platform/graphics/FontPlatformData.h
@@ -25,7 +25,7 @@
#define FontPlatformData_H
#include "StringImpl.h"
-#include <wtf/Refcounted.h>
+#include <wtf/RefCounted.h>
typedef struct HFONT__ *HFONT;