diff options
author | japhet@chromium.org <japhet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-16 00:04:39 +0000 |
---|---|---|
committer | japhet@chromium.org <japhet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-16 00:04:39 +0000 |
commit | 33f9d91e3ab6f1bb28e28e7d1c390340e7963c18 (patch) | |
tree | 3a1c5fcf4a0d7dd04f757c05bfbccdd0edcffbc0 /webkit/webkit.gyp | |
parent | facc82690a523e5e97b6acda33863631eb2482d3 (diff) | |
download | chromium_src-33f9d91e3ab6f1bb28e28e7d1c390340e7963c18.zip chromium_src-33f9d91e3ab6f1bb28e28e7d1c390340e7963c18.tar.gz chromium_src-33f9d91e3ab6f1bb28e28e7d1c390340e7963c18.tar.bz2 |
Use the V8Bindings for HTMLSelectElementCollection and HTMLOptionsCollection in svn.webkit.org.
Review URL: http://codereview.chromium.org/115422
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16214 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index ac60041..c22e3e7 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -1025,6 +1025,7 @@ '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLOptionElementConstructor.cpp', '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp', '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLPlugInElementCustom.cpp', + '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLSelectElementCollectionCustom.cpp', '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLSelectElementCustom.cpp', '../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLSelectElementCustom.h', '../third_party/WebKit/WebCore/bindings/v8/custom/V8InspectorControllerCustom.cpp', @@ -1082,6 +1083,7 @@ '../third_party/WebKit/WebCore/bindings/v8/V8AbstractEventListener.cpp', '../third_party/WebKit/WebCore/bindings/v8/V8AbstractEventListener.h', '../third_party/WebKit/WebCore/bindings/v8/V8Binding.h', + '../third_party/WebKit/WebCore/bindings/v8/V8Collection.cpp', '../third_party/WebKit/WebCore/bindings/v8/V8Collection.h', '../third_party/WebKit/WebCore/bindings/v8/V8DOMMap.cpp', '../third_party/WebKit/WebCore/bindings/v8/V8DOMMap.h', |