summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjaphet@chromium.org <japhet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-14 20:13:41 +0000
committerjaphet@chromium.org <japhet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-14 20:13:41 +0000
commita5e4a7afe323985b7ec59d58972876786550faae (patch)
tree9e9663db9a77c278ba40dad567aaacbe17db1a13
parentc08e0f132fd901549b48592f470e0d93db975f01 (diff)
downloadchromium_src-a5e4a7afe323985b7ec59d58972876786550faae.zip
chromium_src-a5e4a7afe323985b7ec59d58972876786550faae.tar.gz
chromium_src-a5e4a7afe323985b7ec59d58972876786550faae.tar.bz2
Remove UndetectableHTMLCollection.idl and use the upstreamed version (renamed HTMLAllCollcetion.idl).
Review URL: http://codereview.chromium.org/149425 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20641 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/port/bindings/v8/UndetectableHTMLCollection.idl14
-rw-r--r--webkit/webkit.gyp2
2 files changed, 0 insertions, 16 deletions
diff --git a/webkit/port/bindings/v8/UndetectableHTMLCollection.idl b/webkit/port/bindings/v8/UndetectableHTMLCollection.idl
deleted file mode 100644
index bcb2aee..0000000
--- a/webkit/port/bindings/v8/UndetectableHTMLCollection.idl
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright (c) 2008 The Chromium Authors. All rights reserved. Use of this
-// source code is governed by a BSD-style license that can be found in the
-// LICENSE file.
-
-module html {
-
- // This interface is used for undetectable HTMLCollections.
- // An undetectable HTMLCollection behaves like an HTMLCollection
- // when used, but the 'typeof' operator returns undefined and
- // ToBoolean returns false.
- interface UndetectableHTMLCollection : HTMLCollection {
- };
-
-}
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index a6aea0c..19ea173 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -570,8 +570,6 @@
'<@(webcore_files)',
- 'port/bindings/v8/UndetectableHTMLCollection.idl',
-
# This file includes all the .cpp files generated from the above idl.
'../third_party/WebKit/WebCore/bindings/v8/DerivedSourcesAllInOne.cpp',