From 1b914638db989aaa98631a1c1e02c7b2d44805d8 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 11 May 2012 09:43:24 +0200 Subject: Imported WebKit commit 9a52e27980f47e8b0d8f8b7cc0fd7b5741bceb92 (http://svn.webkit.org/repository/webkit/trunk@116736) New snapshot to include QDeclarative* -> QQml* build fixes --- Source/WebCore/css/WebKitCSSKeyframesRule.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/WebCore/css/WebKitCSSKeyframesRule.h') diff --git a/Source/WebCore/css/WebKitCSSKeyframesRule.h b/Source/WebCore/css/WebKitCSSKeyframesRule.h index 81abf879a..2f9365c80 100644 --- a/Source/WebCore/css/WebKitCSSKeyframesRule.h +++ b/Source/WebCore/css/WebKitCSSKeyframesRule.h @@ -87,6 +87,8 @@ public: unsigned length() const; WebKitCSSKeyframeRule* item(unsigned index) const; + void reattach(StyleRuleKeyframes*); + private: WebKitCSSKeyframesRule(StyleRuleKeyframes*, CSSStyleSheet* parent); -- cgit v1.2.1