diff options
-rw-r--r-- | webkit/port/bindings/v8/v8_proxy.cpp | 1 | ||||
-rw-r--r-- | webkit/port/page/win/FrameWin.h | 2 | ||||
-rw-r--r-- | webkit/port/xml/README | 16 |
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. - |