diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-12 01:40:59 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-12 01:40:59 +0000 |
commit | b18cac7c944156edce33426ea5199466936c8e51 (patch) | |
tree | 06db03ed567cf2c9986b0f2b2303f964bd761241 /webkit/port/page | |
parent | 36b6dcb9c49dba6a984c514d2b569355899b1ebb (diff) | |
download | chromium_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
Diffstat (limited to 'webkit/port/page')
-rw-r--r-- | webkit/port/page/win/FrameWin.h | 2 |
1 files changed, 0 insertions, 2 deletions
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. |