diff options
author | ager@google.com <ager@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-14 14:23:54 +0000 |
---|---|---|
committer | ager@google.com <ager@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-14 14:23:54 +0000 |
commit | 2efd98c3394b2e8f244936d8e3e21fdf8af5c944 (patch) | |
tree | b8e6f9c0dc34408f213c5e85c1e7b797f0dc3880 /webkit/port/bindings/v8/v8_index.cpp | |
parent | f6c135caf66962d03f769d1255c62496f0c147c0 (diff) | |
download | chromium_src-2efd98c3394b2e8f244936d8e3e21fdf8af5c944.zip chromium_src-2efd98c3394b2e8f244936d8e3e21fdf8af5c944.tar.gz chromium_src-2efd98c3394b2e8f244936d8e3e21fdf8af5c944.tar.bz2 |
Fix a number of layout tests.
- Add v8 binding for animation and transition types.
- Update SVGPODTypeWrappers to follow the latest webkit changes.
- Remove a rebaselining that is no longer needed.
Review URL: http://codereview.chromium.org/7298
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3343 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/port/bindings/v8/v8_index.cpp')
-rw-r--r-- | webkit/port/bindings/v8/v8_index.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/webkit/port/bindings/v8/v8_index.cpp b/webkit/port/bindings/v8/v8_index.cpp index 821072f..da59756 100644 --- a/webkit/port/bindings/v8/v8_index.cpp +++ b/webkit/port/bindings/v8/v8_index.cpp @@ -155,8 +155,11 @@ #include "V8EventTargetNode.h" #include "V8KeyboardEvent.h" #include "V8MouseEvent.h" +#include "V8WebKitAnimationEvent.h" #include "V8WebKitCSSKeyframeRule.h" #include "V8WebKitCSSKeyframesRule.h" +#include "V8WebKitCSSTransformValue.h" +#include "V8WebKitTransitionEvent.h" #include "V8WheelEvent.h" #include "V8UIEvent.h" #include "V8MutationEvent.h" @@ -182,8 +185,9 @@ #include "V8XPathExpression.h" #include "V8XPathNSResolver.h" #include "V8XMLHttpRequest.h" -#include "V8XMLHttpRequestUpload.h" #include "V8XMLHttpRequestException.h" +#include "V8XMLHttpRequestProgressEvent.h" +#include "V8XMLHttpRequestUpload.h" #include "V8XMLSerializer.h" #include "V8XPathEvaluator.h" #include "V8XSLTProcessor.h" |