Changeset 110953 in webkit
- Timestamp:
- Mar 16, 2012, 12:17:06 AM (13 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r110952 r110953 1 2012-03-16 Seo Sanghyeon <sh4.seo@samsung.com> 2 3 Cleanup empty attribute list in IDLs 4 https://bugs.webkit.org/show_bug.cgi?id=81228 5 6 Reviewed by Adam Barth. 7 8 No tests. No change in behavior. 9 10 * css/WebKitCSSRegionRule.idl: 11 1 12 2012-03-16 Pratik Solanki <psolanki@apple.com> 2 13 -
trunk/Source/WebCore/css/WebKitCSSRegionRule.idl
r108952 r110953 30 30 module css { 31 31 32 interface [ 33 ] WebKitCSSRegionRule : CSSRule { 32 interface WebKitCSSRegionRule : CSSRule { 34 33 readonly attribute CSSRuleList cssRules; 35 34 };
Note:
See TracChangeset
for help on using the changeset viewer.