https://bugs.webkit.org/show_bug.cgi?id=81228
Patch by Seo Sanghyeon <sh4.seo@samsung.com> on 2012-03-16
Reviewed by Adam Barth.
No tests. No change in behavior.
* css/WebKitCSSRegionRule.idl:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110953
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-03-16 Seo Sanghyeon <sh4.seo@samsung.com>
+
+ Cleanup empty attribute list in IDLs
+ https://bugs.webkit.org/show_bug.cgi?id=81228
+
+ Reviewed by Adam Barth.
+
+ No tests. No change in behavior.
+
+ * css/WebKitCSSRegionRule.idl:
+
2012-03-16 Pratik Solanki <psolanki@apple.com>
onorientationchange event should have JSWindowEventListener attribute
module css {
- interface [
- ] WebKitCSSRegionRule : CSSRule {
+ interface WebKitCSSRegionRule : CSSRule {
readonly attribute CSSRuleList cssRules;
};