summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-20 23:22:57 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-20 23:22:57 +0000
commit126a6c706d0db79f5af75b1f019b831cf9680e70 (patch)
treece59a68be206f5e8a6217eb84a172e14b9e26dba
parente3e69d367a48ce7c2ebb6d4a1f29f146fbff6744 (diff)
downloadchromium_src-126a6c706d0db79f5af75b1f019b831cf9680e70.zip
chromium_src-126a6c706d0db79f5af75b1f019b831cf9680e70.tar.gz
chromium_src-126a6c706d0db79f5af75b1f019b831cf9680e70.tar.bz2
Fix KJS build. Strangely, the PlatformWidget type is not expected to be defined in the WebCore namespace (it isn't in any of the other ports).
Review URL: http://codereview.chromium.org/7680 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3636 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/port/platform/chromium/PlatformWidget.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/port/platform/chromium/PlatformWidget.h b/webkit/port/platform/chromium/PlatformWidget.h
index 3e09ce5..a97432b 100644
--- a/webkit/port/platform/chromium/PlatformWidget.h
+++ b/webkit/port/platform/chromium/PlatformWidget.h
@@ -32,10 +32,6 @@
#include "base/gfx/native_widget_types.h"
-namespace WebCore {
-
typedef gfx::ViewHandle PlatformWidget;
-}
-
#endif