summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-12 01:40:59 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-12 01:40:59 +0000
commitb18cac7c944156edce33426ea5199466936c8e51 (patch)
tree06db03ed567cf2c9986b0f2b2303f964bd761241
parent36b6dcb9c49dba6a984c514d2b569355899b1ebb (diff)
downloadchromium_src-b18cac7c944156edce33426ea5199466936c8e51.zip
chromium_src-b18cac7c944156edce33426ea5199466936c8e51.tar.gz
chromium_src-b18cac7c944156edce33426ea5199466936c8e51.tar.bz2
Minor cleanup in port/. Eliminate some unused files and a redundant include in v8_proxy.cpp
R=ojan Review URL: http://codereview.chromium.org/10628 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5247 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/port/bindings/v8/v8_proxy.cpp1
-rw-r--r--webkit/port/page/win/FrameWin.h2
-rw-r--r--webkit/port/xml/README16
3 files changed, 0 insertions, 19 deletions
diff --git a/webkit/port/bindings/v8/v8_proxy.cpp b/webkit/port/bindings/v8/v8_proxy.cpp
index a3c8166..5ab4bad 100644
--- a/webkit/port/bindings/v8/v8_proxy.cpp
+++ b/webkit/port/bindings/v8/v8_proxy.cpp
@@ -112,7 +112,6 @@
#undef LOG
#include "base/stats_table.h"
#include "base/trace_event.h"
-#include "webkit/glue/webkit_glue.h"
#include "webkit/glue/glue_util.h"
#include "webkit/glue/webkit_glue.h"
diff --git a/webkit/port/page/win/FrameWin.h b/webkit/port/page/win/FrameWin.h
deleted file mode 100644
index 5990c05..0000000
--- a/webkit/port/page/win/FrameWin.h
+++ /dev/null
@@ -1,2 +0,0 @@
-// This file exists to make FramePrivate.h happy. It should be deleted once we
-// stop defining PLATFORM(WIN) in the Windows build.
diff --git a/webkit/port/xml/README b/webkit/port/xml/README
deleted file mode 100644
index f75fd29..0000000
--- a/webkit/port/xml/README
+++ /dev/null
@@ -1,16 +0,0 @@
-Please read carefully!
-
-This directory contains replacement .idl files copied from
-WebKit's WebCore directories which have been modified for v8.
-
-The directory hierarchy from WebKit's WebCore has been preserved.
-Only the files modified have been copied here.
-
-GOALS: We don't want to touch this many Webkit files, and we plan
-to make this "mirror" go away completely if possible. For the interim,
-we've made changes to these files and this directory represents a capture
-of those changes. It will be difficult to get these changes fully
-accepted into WebKit proper unless we can find a way to modify fewer
-files or better abstract the IDL differences between the various
-bindings.
-