diff options
author | ager@google.com <ager@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-07 13:21:01 +0000 |
---|---|---|
committer | ager@google.com <ager@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-07 13:21:01 +0000 |
commit | f07bca5b714db813db693434fb63ad08aa8e3efe (patch) | |
tree | b74c6f5121b5fd4133c10e4baad527492f352bd7 /webkit/port/bindings/v8/v8_index.cpp | |
parent | dd8322d204cd5888d7dbf12301aa598da32b9e0c (diff) | |
download | chromium_src-f07bca5b714db813db693434fb63ad08aa8e3efe.zip chromium_src-f07bca5b714db813db693434fb63ad08aa8e3efe.tar.gz chromium_src-f07bca5b714db813db693434fb63ad08aa8e3efe.tar.bz2 |
Generate V8WebKitCSSKeyframe(s)Rule and fix CSSRuleToV8Object to
return the correct object type.
This fixes most of the css3/keyframes-rule.html layout test. The
remaining issue is that the CSSParser cannot handle the
webkit-keyframe-rule passed to it. Picking up a new CSSParser from
webkit on the next merge should fix the remaining issue.
Review URL: http://codereview.chromium.org/6535
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2934 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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/port/bindings/v8/v8_index.cpp b/webkit/port/bindings/v8/v8_index.cpp index 71b764a..45eebc3 100644 --- a/webkit/port/bindings/v8/v8_index.cpp +++ b/webkit/port/bindings/v8/v8_index.cpp @@ -155,6 +155,8 @@ #include "V8EventTargetNode.h" #include "V8KeyboardEvent.h" #include "V8MouseEvent.h" +#include "V8WebKitCSSKeyframeRule.h" +#include "V8WebKitCSSKeyframesRule.h" #include "V8WheelEvent.h" #include "V8UIEvent.h" #include "V8MutationEvent.h" |