summaryrefslogtreecommitdiffstats
path: root/webkit/glue/dom_operations.cc
diff options
context:
space:
mode:
authordglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-24 17:11:50 +0000
committerdglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-24 17:11:50 +0000
commit1ef6c06a097db0fdba2947ddb1c73a1f091dd4dc (patch)
tree6e9f1e2194e01c841eaf4ddfd342ed25faae31ec /webkit/glue/dom_operations.cc
parente9eb50ca6ab2cce6d067b67dd32fc7609f2cc35d (diff)
downloadchromium_src-1ef6c06a097db0fdba2947ddb1c73a1f091dd4dc.zip
chromium_src-1ef6c06a097db0fdba2947ddb1c73a1f091dd4dc.tar.gz
chromium_src-1ef6c06a097db0fdba2947ddb1c73a1f091dd4dc.tar.bz2
WebKit update 49997:50027.
The changes accommodate fixing up HTMLAllCollection refactoring upstream: http://trac.webkit.org/changeset/49998 TBR=tony TEST=none BUG=none Review URL: http://codereview.chromium.org/330011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30008 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/dom_operations.cc')
-rw-r--r--webkit/glue/dom_operations.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/dom_operations.cc b/webkit/glue/dom_operations.cc
index f859ce4..ba1e2bc 100644
--- a/webkit/glue/dom_operations.cc
+++ b/webkit/glue/dom_operations.cc
@@ -16,7 +16,7 @@ MSVC_PUSH_WARNING_LEVEL(0);
#include "Element.h"
#include "EventListener.h"
#include "EventNames.h"
-#include "HTMLCollection.h"
+#include "HTMLAllCollection.h"
#include "HTMLElement.h"
#include "HTMLFormElement.h"
#include "HTMLFrameOwnerElement.h"