summaryrefslogtreecommitdiffstats
path: root/webkit/port/bindings/v8/v8_proxy.cpp
diff options
context:
space:
mode:
authorlevin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-27 00:17:43 +0000
committerlevin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-27 00:17:43 +0000
commitec1daeedef2231437f6a6c8dac7cfd474603e417 (patch)
tree17788ff10dec7f211b017a72a0f68e375e56126f /webkit/port/bindings/v8/v8_proxy.cpp
parent488bf5acd6459d69fcaead5769125e3c371098f8 (diff)
downloadchromium_src-ec1daeedef2231437f6a6c8dac7cfd474603e417.zip
chromium_src-ec1daeedef2231437f6a6c8dac7cfd474603e417.tar.gz
chromium_src-ec1daeedef2231437f6a6c8dac7cfd474603e417.tar.bz2
Start using the upstream versions of V8NodeFilter and V8XML*.
Review URL: http://codereview.chromium.org/42673 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12626 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/port/bindings/v8/v8_proxy.cpp')
-rw-r--r--webkit/port/bindings/v8/v8_proxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/port/bindings/v8/v8_proxy.cpp b/webkit/port/bindings/v8/v8_proxy.cpp
index e105419..a4568fd 100644
--- a/webkit/port/bindings/v8/v8_proxy.cpp
+++ b/webkit/port/bindings/v8/v8_proxy.cpp
@@ -40,7 +40,6 @@
#include "v8_index.h"
#include "v8_binding.h"
#include "v8_custom.h"
-#include "v8_nodefilter.h"
#include "V8Collection.h"
#include "V8DOMWindow.h"
@@ -147,6 +146,7 @@
#include "V8DOMWindow.h"
#include "V8HTMLElement.h"
#include "V8LazyEventListener.h"
+#include "V8NodeFilterCondition.h"
#include "V8ObjectEventListener.h"
#include "WebKitAnimationEvent.h"
#include "WebKitCSSKeyframeRule.h"